RegionalEndpoint constructor

RegionalEndpoint({
  1. String? accessType,
  2. String? address,
  3. String? createTime,
  4. String? description,
  5. String? ipAddress,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? network,
  9. String? pscForwardingRule,
  10. String? subnetwork,
  11. String? targetGoogleApi,
  12. String? updateTime,
})

Implementation

RegionalEndpoint({
  this.accessType,
  this.address,
  this.createTime,
  this.description,
  this.ipAddress,
  this.labels,
  this.name,
  this.network,
  this.pscForwardingRule,
  this.subnetwork,
  this.targetGoogleApi,
  this.updateTime,
});