| Name | Type | Description | Notes |
|---|---|---|---|
| FlagCount | int32 | ||
| SegmentCount | Pointer to int32 | [optional] | |
| TotalCount | int32 |
func NewResourceSummary(flagCount int32, totalCount int32, ) *ResourceSummary
NewResourceSummary instantiates a new ResourceSummary 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 NewResourceSummaryWithDefaults() *ResourceSummary
NewResourceSummaryWithDefaults instantiates a new ResourceSummary 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 *ResourceSummary) GetFlagCount() int32
GetFlagCount returns the FlagCount field if non-nil, zero value otherwise.
func (o *ResourceSummary) 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 *ResourceSummary) SetFlagCount(v int32)
SetFlagCount sets FlagCount field to given value.
func (o *ResourceSummary) GetSegmentCount() int32
GetSegmentCount returns the SegmentCount field if non-nil, zero value otherwise.
func (o *ResourceSummary) 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 *ResourceSummary) SetSegmentCount(v int32)
SetSegmentCount sets SegmentCount field to given value.
func (o *ResourceSummary) HasSegmentCount() bool
HasSegmentCount returns a boolean if a field has been set.
func (o *ResourceSummary) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *ResourceSummary) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceSummary) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.