GoogleCloudIntegrationsV1alphaGetClientResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaGetClientResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaGetClientResponse.fromJson(core.Map json_)
  : this(
      client:
          json_.containsKey('client')
              ? GoogleCloudIntegrationsV1alphaClientConfig.fromJson(
                json_['client'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );