GoogleCloudBeyondcorpAppconnectorsV1AppConnector constructor

GoogleCloudBeyondcorpAppconnectorsV1AppConnector({
  1. String? createTime,
  2. String? displayName,
  3. Map<String, String>? labels,
  4. String? name,
  5. GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo? principalInfo,
  6. GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo? resourceInfo,
  7. String? state,
  8. String? uid,
  9. String? updateTime,
})

Implementation

GoogleCloudBeyondcorpAppconnectorsV1AppConnector({
  this.createTime,
  this.displayName,
  this.labels,
  this.name,
  this.principalInfo,
  this.resourceInfo,
  this.state,
  this.uid,
  this.updateTime,
});