Skip to content

Commit

Permalink
Add OEM field to Port (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsli authored Dec 10, 2024
1 parent cca588b commit 7db730f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redfish/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,10 @@ type Port struct {

// rawData holds the original serialized JSON so we can compare updates.
rawData []byte

// Oem shall contain the OEM extensions. All values for properties that this object contains shall conform to the
// Redfish Specification-described requirements.
OEM json.RawMessage `json:"Oem"`
}

// UnmarshalJSON unmarshals a Port object from the raw JSON.
Expand Down

0 comments on commit 7db730f

Please sign in to comment.