GoogleCloudIntegrationsV1alphaParameterMapField.fromJson constructor
GoogleCloudIntegrationsV1alphaParameterMapField.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaParameterMapField.fromJson(core.Map json_)
: this(
literalValue: json_.containsKey('literalValue')
? GoogleCloudIntegrationsV1alphaValueType.fromJson(
json_['literalValue'] as core.Map<core.String, core.dynamic>)
: null,
referenceKey: json_.containsKey('referenceKey')
? json_['referenceKey'] as core.String
: null,
);