GoogleCloudBeyondcorpAppconnectionsV1AppConnection constructor

GoogleCloudBeyondcorpAppconnectionsV1AppConnection({
  1. GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint? applicationEndpoint,
  2. List<String>? connectors,
  3. String? createTime,
  4. String? displayName,
  5. GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway? gateway,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? state,
  9. String? type,
  10. String? uid,
  11. String? updateTime,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1AppConnection({
  this.applicationEndpoint,
  this.connectors,
  this.createTime,
  this.displayName,
  this.gateway,
  this.labels,
  this.name,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
});