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