GoogleCloudRunV2NetworkInterface constructor

GoogleCloudRunV2NetworkInterface({
  1. String? network,
  2. String? subnetwork,
  3. List<String>? tags,
})

Implementation

GoogleCloudRunV2NetworkInterface({this.network, this.subnetwork, this.tags});