GoogleChromeManagementVersionsV1ConnectorConfig constructor

GoogleChromeManagementVersionsV1ConnectorConfig({
  1. GoogleChromeManagementVersionsV1ConnectorConfigDetails? details,
  2. String? displayName,
  3. String? name,
  4. GoogleChromeManagementVersionsV1ConnectorConfigStatus? status,
  5. String? type,
})

Implementation

GoogleChromeManagementVersionsV1ConnectorConfig({
  this.details,
  this.displayName,
  this.name,
  this.status,
  this.type,
});