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