GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.fromJson(
  core.Map json_,
) : this(
      properties:
          json_.containsKey('properties')
              ? GoogleCloudIntegrationsV1alphaProjectProperties.fromJson(
                json_['properties'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );