GoogleCloudEventarcV1PipelineMediation.fromJson constructor

GoogleCloudEventarcV1PipelineMediation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudEventarcV1PipelineMediation.fromJson(core.Map json_)
  : this(
      transformation: json_.containsKey('transformation')
          ? GoogleCloudEventarcV1PipelineMediationTransformation.fromJson(
              json_['transformation'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );