GoogleChromeManagementVersionsV1ConnectorConfigStatus constructor

GoogleChromeManagementVersionsV1ConnectorConfigStatus({
  1. String? failureStartTime,
  2. String? state,
  3. String? updateTime,
})

Implementation

GoogleChromeManagementVersionsV1ConnectorConfigStatus({
  this.failureStartTime,
  this.state,
  this.updateTime,
});