AgentStatusServiceStatus constructor
AgentStatusServiceStatus({
- List<
AgentStatusConfigValue> ? configValues, - String? errorMessage,
- String? fullyFunctional,
- List<
AgentStatusIAMPermission> ? iamPermissions, - String? name,
- String? state,
- String? unspecifiedStateMessage,
Implementation
AgentStatusServiceStatus({
this.configValues,
this.errorMessage,
this.fullyFunctional,
this.iamPermissions,
this.name,
this.state,
this.unspecifiedStateMessage,
});