Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.92 KB

File metadata and controls

186 lines (101 loc) · 4.92 KB

ChargebackFilter

Properties

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]

Methods

NewChargebackFilter

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

NewChargebackFilterWithDefaults

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

GetCluster

func (o *ChargebackFilter) GetCluster() string

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

GetClusterOk

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.

SetCluster

func (o *ChargebackFilter) SetCluster(v string)

SetCluster sets Cluster field to given value.

HasCluster

func (o *ChargebackFilter) HasCluster() bool

HasCluster returns a boolean if a field has been set.

GetClusterName

func (o *ChargebackFilter) GetClusterName() string

GetClusterName returns the ClusterName field if non-nil, zero value otherwise.

GetClusterNameOk

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.

SetClusterName

func (o *ChargebackFilter) SetClusterName(v string)

SetClusterName sets ClusterName field to given value.

HasClusterName

func (o *ChargebackFilter) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

GetLabel

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

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

GetLabelOk

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.

SetLabel

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

SetLabel sets Label field to given value.

HasLabel

func (o *ChargebackFilter) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetNamespace

func (o *ChargebackFilter) GetNamespace() string

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

GetNamespaceOk

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.

SetNamespace

func (o *ChargebackFilter) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ChargebackFilter) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetProject

func (o *ChargebackFilter) GetProject() string

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

GetProjectOk

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.

SetProject

func (o *ChargebackFilter) SetProject(v string)

SetProject sets Project field to given value.

HasProject

func (o *ChargebackFilter) HasProject() bool

HasProject returns a boolean if a field has been set.

GetProjectName

func (o *ChargebackFilter) GetProjectName() string

GetProjectName returns the ProjectName field if non-nil, zero value otherwise.

GetProjectNameOk

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.

SetProjectName

func (o *ChargebackFilter) SetProjectName(v string)

SetProjectName sets ProjectName field to given value.

HasProjectName

func (o *ChargebackFilter) HasProjectName() bool

HasProjectName returns a boolean if a field has been set.

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