GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway constructor

GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
  1. String? createTime,
  2. String? displayName,
  3. List<String>? externalIps,
  4. Map<String, GoogleCloudBeyondcorpSecuritygatewaysV1Hub>? hubs,
  5. String? name,
  6. String? state,
  7. String? updateTime,
})

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway({
  this.createTime,
  this.displayName,
  this.externalIps,
  this.hubs,
  this.name,
  this.state,
  this.updateTime,
});