| 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] |
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
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
func (o *ChargebackAggregate) GetCluster() bool
GetCluster returns the Cluster field if non-nil, zero value otherwise.
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.
func (o *ChargebackAggregate) SetCluster(v bool)
SetCluster sets Cluster field to given value.
func (o *ChargebackAggregate) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *ChargebackAggregate) GetLabel() []string
GetLabel returns the Label field if non-nil, zero value otherwise.
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.
func (o *ChargebackAggregate) SetLabel(v []string)
SetLabel sets Label field to given value.
func (o *ChargebackAggregate) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ChargebackAggregate) GetNamespace() bool
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
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.
func (o *ChargebackAggregate) SetNamespace(v bool)
SetNamespace sets Namespace field to given value.
func (o *ChargebackAggregate) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ChargebackAggregate) GetProject() bool
GetProject returns the Project field if non-nil, zero value otherwise.
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.
func (o *ChargebackAggregate) SetProject(v bool)
SetProject sets Project field to given value.
func (o *ChargebackAggregate) HasProject() bool
HasProject returns a boolean if a field has been set.