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