GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken.fromJson constructor
GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken.fromJson(
- Map json_
Implementation
GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken.fromJson(
core.Map json_)
: this(
scope: json_['scope'] as core.String?,
serviceAccount: json_['serviceAccount'] as core.String?,
);