GoogleCloudIntegrationsV1alphaParameterMapField.fromJson constructor

GoogleCloudIntegrationsV1alphaParameterMapField.fromJson(
  1. 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_['referenceKey'] as core.String?,
    );