GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse.fromJson(
core.Map json_)
: this(
regions: json_.containsKey('regions')
? (json_['regions'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);