| Name | Type | Description | Notes |
|---|---|---|---|
| FlagCount | int32 | The number of flags associated with the view. | |
| SegmentCount | int32 | The number of segments associated with the view. |
func NewViewResourceSummary(flagCount int32, segmentCount int32, ) *ViewResourceSummary
NewViewResourceSummary instantiates a new ViewResourceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewViewResourceSummaryWithDefaults() *ViewResourceSummary
NewViewResourceSummaryWithDefaults instantiates a new ViewResourceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ViewResourceSummary) GetFlagCount() int32
GetFlagCount returns the FlagCount field if non-nil, zero value otherwise.
func (o *ViewResourceSummary) GetFlagCountOk() (*int32, bool)
GetFlagCountOk returns a tuple with the FlagCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewResourceSummary) SetFlagCount(v int32)
SetFlagCount sets FlagCount field to given value.
func (o *ViewResourceSummary) GetSegmentCount() int32
GetSegmentCount returns the SegmentCount field if non-nil, zero value otherwise.
func (o *ViewResourceSummary) GetSegmentCountOk() (*int32, bool)
GetSegmentCountOk returns a tuple with the SegmentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ViewResourceSummary) SetSegmentCount(v int32)
SetSegmentCount sets SegmentCount field to given value.