Skip to content

Commit

Permalink
updated JSON attributes (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmydell authored May 15, 2023
1 parent 83c6740 commit 4d5eb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/v100/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ type PortGroup struct {
PortGroupID string `json:"portGroupId"`
SymmetrixPortKey []PortKey `json:"symmetrixPortKey"`
NumberPorts int64 `json:"num_of_ports"`
NumberMaskingViews int64 `json:"number_of_masking_views"`
NumberMaskingViews int64 `json:"num_of_masking_views"`
PortGroupType string `json:"type"`
MaskingView []string `json:"maskingview"`
TestID string `json:"testId"`
Expand Down Expand Up @@ -269,7 +269,7 @@ type Initiator struct {
FlagsInEffect string `json:"flags_in_effect"`
NumberVols int64 `json:"num_of_vols"`
NumberHostGroups int64 `json:"num_of_host_groups"`
NumberMaskingViews int64 `json:"number_of_masking_views"`
NumberMaskingViews int64 `json:"num_of_masking_views"`
MaskingView []string `json:"maskingview"`
PowerPathHosts []string `json:"powerpathhosts"`
NumberPowerPathHosts int64 `json:"num_of_powerpath_hosts"`
Expand Down

0 comments on commit 4d5eb14

Please sign in to comment.