From 4d5eb1408ea06582dfdc6d04f7e6f8cd9692bbf8 Mon Sep 17 00:00:00 2001 From: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com> Date: Mon, 15 May 2023 15:12:00 +0530 Subject: [PATCH] updated JSON attributes (#48) --- types/v100/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/v100/types.go b/types/v100/types.go index b7639d1..32f9995 100644 --- a/types/v100/types.go +++ b/types/v100/types.go @@ -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"` @@ -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"`