go-redfish/client/model_memory_summary.go

17 lines
483 B
Go
Raw Normal View History

/*
* Redfish OAPI specification
*
* Partial Redfish OAPI specification for a limited client
*
* API version: 0.0.1
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
2019-09-09 00:20:08 +03:00
package client
// MemorySummary struct for MemorySummary
type MemorySummary struct {
TotalSystemMemoryGiB *float32 `json:"TotalSystemMemoryGiB,omitempty"`
TotalSystemPersistentMemoryGiB *float32 `json:"TotalSystemPersistentMemoryGiB,omitempty"`
Status Status `json:"Status,omitempty"`
}