AgentStatusServiceStatus constructor

AgentStatusServiceStatus({
  1. List<AgentStatusConfigValue>? configValues,
  2. String? errorMessage,
  3. String? fullyFunctional,
  4. List<AgentStatusIAMPermission>? iamPermissions,
  5. String? name,
  6. String? state,
  7. String? unspecifiedStateMessage,
})

Implementation

AgentStatusServiceStatus({
  this.configValues,
  this.errorMessage,
  this.fullyFunctional,
  this.iamPermissions,
  this.name,
  this.state,
  this.unspecifiedStateMessage,
});