GoogleCloudEventarcV1PipelineDestinationNetworkConfig.fromJson constructor

GoogleCloudEventarcV1PipelineDestinationNetworkConfig.fromJson(
  1. Map json_
)

Implementation

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