Cloudfunctions2FunctionDirectVpcNetworkInterface constructor

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

Implementation

const Cloudfunctions2FunctionDirectVpcNetworkInterface({
  this.network,
  this.subnetwork,
  this.tags,
});