GoogleCloudIntegrationsV1alphaAuthToken.fromJson constructor

GoogleCloudIntegrationsV1alphaAuthToken.fromJson(
  1. Map json_
)

Implementation

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