Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.72 KB

File metadata and controls

98 lines (53 loc) · 2.72 KB

ResourceSummary

Properties

Name Type Description Notes
FlagCount int32
SegmentCount Pointer to int32 [optional]
TotalCount int32

Methods

NewResourceSummary

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

NewResourceSummaryWithDefaults

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

GetFlagCount

func (o *ResourceSummary) GetFlagCount() int32

GetFlagCount returns the FlagCount field if non-nil, zero value otherwise.

GetFlagCountOk

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.

SetFlagCount

func (o *ResourceSummary) SetFlagCount(v int32)

SetFlagCount sets FlagCount field to given value.

GetSegmentCount

func (o *ResourceSummary) GetSegmentCount() int32

GetSegmentCount returns the SegmentCount field if non-nil, zero value otherwise.

GetSegmentCountOk

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.

SetSegmentCount

func (o *ResourceSummary) SetSegmentCount(v int32)

SetSegmentCount sets SegmentCount field to given value.

HasSegmentCount

func (o *ResourceSummary) HasSegmentCount() bool

HasSegmentCount returns a boolean if a field has been set.

GetTotalCount

func (o *ResourceSummary) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

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.

SetTotalCount

func (o *ResourceSummary) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

[Back to Model list] [Back to API list] [Back to README]