Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.57 KB

File metadata and controls

134 lines (73 loc) · 3.57 KB

ChargebackAggregate

Properties

Name Type Description Notes
Cluster Pointer to bool cluster [optional]
Label Pointer to []string label [optional]
Namespace Pointer to bool namespace [optional]
Project Pointer to bool project [optional]

Methods

NewChargebackAggregate

func NewChargebackAggregate() *ChargebackAggregate

NewChargebackAggregate instantiates a new ChargebackAggregate 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

NewChargebackAggregateWithDefaults

func NewChargebackAggregateWithDefaults() *ChargebackAggregate

NewChargebackAggregateWithDefaults instantiates a new ChargebackAggregate 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

GetCluster

func (o *ChargebackAggregate) GetCluster() bool

GetCluster returns the Cluster field if non-nil, zero value otherwise.

GetClusterOk

func (o *ChargebackAggregate) GetClusterOk() (*bool, bool)

GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCluster

func (o *ChargebackAggregate) SetCluster(v bool)

SetCluster sets Cluster field to given value.

HasCluster

func (o *ChargebackAggregate) HasCluster() bool

HasCluster returns a boolean if a field has been set.

GetLabel

func (o *ChargebackAggregate) GetLabel() []string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *ChargebackAggregate) GetLabelOk() (*[]string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *ChargebackAggregate) SetLabel(v []string)

SetLabel sets Label field to given value.

HasLabel

func (o *ChargebackAggregate) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetNamespace

func (o *ChargebackAggregate) GetNamespace() bool

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *ChargebackAggregate) GetNamespaceOk() (*bool, bool)

GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNamespace

func (o *ChargebackAggregate) SetNamespace(v bool)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ChargebackAggregate) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetProject

func (o *ChargebackAggregate) GetProject() bool

GetProject returns the Project field if non-nil, zero value otherwise.

GetProjectOk

func (o *ChargebackAggregate) GetProjectOk() (*bool, bool)

GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProject

func (o *ChargebackAggregate) SetProject(v bool)

SetProject sets Project field to given value.

HasProject

func (o *ChargebackAggregate) HasProject() bool

HasProject returns a boolean if a field has been set.

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