16 lines
369 B
Go
16 lines
369 B
Go
/*
|
|
* Redfish OAPI specification
|
|
*
|
|
* Partial Redfish OAPI specification for a limited client
|
|
*
|
|
* API version: 0.0.1
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package client
|
|
// ProcessorSummary struct for ProcessorSummary
|
|
type ProcessorSummary struct {
|
|
Count *int32 `json:"Count,omitempty"`
|
|
Status Status `json:"Status,omitempty"`
|
|
}
|