| Name | Type | Description | Notes |
|---|---|---|---|
| Cluster | Pointer to string | cluster | [optional] |
| ClusterName | Pointer to string | clusterName | [optional] |
| Label | Pointer to []string | label | [optional] |
| Namespace | Pointer to string | namespace | [optional] |
| Project | Pointer to string | project | [optional] |
| ProjectName | Pointer to string | projectName | [optional] |
func NewChargebackFilter() *ChargebackFilter
NewChargebackFilter instantiates a new ChargebackFilter 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 NewChargebackFilterWithDefaults() *ChargebackFilter
NewChargebackFilterWithDefaults instantiates a new ChargebackFilter 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 *ChargebackFilter) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *ChargebackFilter) GetClusterOk() (*string, 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 *ChargebackFilter) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *ChargebackFilter) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *ChargebackFilter) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *ChargebackFilter) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargebackFilter) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *ChargebackFilter) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *ChargebackFilter) GetLabel() []string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ChargebackFilter) 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 *ChargebackFilter) SetLabel(v []string)
SetLabel sets Label field to given value.
func (o *ChargebackFilter) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ChargebackFilter) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *ChargebackFilter) GetNamespaceOk() (*string, 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 *ChargebackFilter) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *ChargebackFilter) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *ChargebackFilter) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *ChargebackFilter) GetProjectOk() (*string, 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 *ChargebackFilter) SetProject(v string)
SetProject sets Project field to given value.
func (o *ChargebackFilter) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *ChargebackFilter) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *ChargebackFilter) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChargebackFilter) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *ChargebackFilter) HasProjectName() bool
HasProjectName returns a boolean if a field has been set.