Skip to content

Commit

Permalink
adding SdcIPs parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 committed Nov 20, 2023
1 parent 9981200 commit c373d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ type Sdc struct {
SystemID string `json:"systemId"`
SdcApproved bool `json:"sdcApproved"`
SdcIP string `json:"SdcIp"`
SdcIPs []string `json:"SdcIps"`
OnVMWare bool `json:"onVmWare"`
SdcGUID string `json:"sdcGuid"`
MdmConnectionState string `json:"mdmConnectionState"`
Expand Down

0 comments on commit c373d2c

Please sign in to comment.