You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Parameter(Mandatory=false,HelpMessage="When set to true (default), the aggregates are broken down into the instance metadata which is more granular.")]
47
47
publicboolShowDetails{
48
-
get{returnshowDetails;}
49
-
set{showDetails=value;}
48
+
get{return_showDetails;}
49
+
set{_showDetails=value;}
50
50
}
51
51
52
52
[Parameter(Mandatory=false,HelpMessage="Retrieved from previous calls, this is the bookmark used for progress when the responses are paged.")]
0 commit comments