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