GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken.fromJson constructor

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken.fromJson(
  1. Map json_
)

Implementation

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken.fromJson(
  core.Map json_,
) : this(
      audience: json_['audience'] as core.String?,
      serviceAccount: json_['serviceAccount'] as core.String?,
    );