Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.2 KB

File metadata and controls

72 lines (39 loc) · 2.2 KB

ViewResourceSummary

Properties

Name Type Description Notes
FlagCount int32 The number of flags associated with the view.
SegmentCount int32 The number of segments associated with the view.

Methods

NewViewResourceSummary

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

NewViewResourceSummaryWithDefaults

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

GetFlagCount

func (o *ViewResourceSummary) GetFlagCount() int32

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

GetFlagCountOk

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.

SetFlagCount

func (o *ViewResourceSummary) SetFlagCount(v int32)

SetFlagCount sets FlagCount field to given value.

GetSegmentCount

func (o *ViewResourceSummary) GetSegmentCount() int32

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

GetSegmentCountOk

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.

SetSegmentCount

func (o *ViewResourceSummary) SetSegmentCount(v int32)

SetSegmentCount sets SegmentCount field to given value.

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