GoogleCloudContentwarehouseV1MapPropertyArgs

data class GoogleCloudContentwarehouseV1MapPropertyArgs(val fields: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1MapPropertyArgs>

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

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContentwarehouseV1MapPropertyArgs

Properties

Link copied to clipboard
val fields: Output<Map<String, String>>? = null

Unordered map of dynamically typed values.