GoogleCloudContentwarehouseV1MapProperty

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty


Table of Contents ▼

Jump to a specific part of the page:

Description

Map property value. Represents a structured entries of key value pairs, consisting of field names which map to dynamically typed values.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. fields (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value}, default: nil)
    - Unordered map of dynamically typed values.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty{
fields: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value.t()
} | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty