GoogleCloudEventarcV1PipelineMediationTransformation.fromJson constructor

GoogleCloudEventarcV1PipelineMediationTransformation.fromJson(
  1. Map json_
)

Implementation

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