GoogleCloudContentwarehouseV1DataUpdateAction.fromJson constructor
GoogleCloudContentwarehouseV1DataUpdateAction.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1DataUpdateAction.fromJson(core.Map json_)
: this(
entries: json_.containsKey('entries')
? (json_['entries'] as core.Map<core.String, core.dynamic>).map(
(key, value) => core.MapEntry(
key,
value as core.String,
),
)
: null,
);