GoogleCloudIntegrationsV1alphaGenerateTokenResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaGenerateTokenResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaGenerateTokenResponse.fromJson(core.Map json_)
: this(
message: json_.containsKey('message')
? json_['message'] as core.String
: null,
);