16 lines
366 B
Go
16 lines
366 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
|
|
// SystemLinks struct for SystemLinks
|
|
type SystemLinks struct {
|
|
Chassis []IdRef `json:"Chassis,omitempty"`
|
|
ManagedBy []IdRef `json:"ManagedBy,omitempty"`
|
|
}
|