GoogleChromeManagementVersionsV1ConnectorConfig constructor
GoogleChromeManagementVersionsV1ConnectorConfig({
- GoogleChromeManagementVersionsV1ConnectorConfigDetails? details,
- String? displayName,
- String? name,
- GoogleChromeManagementVersionsV1ConnectorConfigStatus? status,
- String? type,
Implementation
GoogleChromeManagementVersionsV1ConnectorConfig({
this.details,
this.displayName,
this.name,
this.status,
this.type,
});