GoogleCloudIntegrationsV1alphaGenerateTokenResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaGenerateTokenResponse.fromJson(
  1. Map json_
)

Implementation

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