Skip to content

Latest commit

 

History

History
169 lines (90 loc) · 4.99 KB

NewApplicationCif.md

File metadata and controls

169 lines (90 loc) · 4.99 KB

NewApplicationCif

Properties

Name Type Description Notes
Name Pointer to string The name of the Application cart item filter used in API requests.
Description Pointer to string A short description of the Application cart item filter. [optional]
ActiveExpressionId Pointer to int32 The ID of the expression that the Application cart item filter uses. [optional]
ModifiedBy Pointer to int32 The ID of the user who last updated the Application cart item filter. [optional]
CreatedBy Pointer to int32 The ID of the user who created the Application cart item filter. [optional]
Modified Pointer to time.Time Timestamp of the most recent update to the Application cart item filter. [optional]

Methods

GetName

func (o *NewApplicationCif) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NewApplicationCif) GetNameOk() (string, bool)

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

HasName

func (o *NewApplicationCif) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *NewApplicationCif) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

GetDescription

func (o *NewApplicationCif) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *NewApplicationCif) GetDescriptionOk() (string, bool)

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

HasDescription

func (o *NewApplicationCif) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *NewApplicationCif) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

GetActiveExpressionId

func (o *NewApplicationCif) GetActiveExpressionId() int32

GetActiveExpressionId returns the ActiveExpressionId field if non-nil, zero value otherwise.

GetActiveExpressionIdOk

func (o *NewApplicationCif) GetActiveExpressionIdOk() (int32, bool)

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

HasActiveExpressionId

func (o *NewApplicationCif) HasActiveExpressionId() bool

HasActiveExpressionId returns a boolean if a field has been set.

SetActiveExpressionId

func (o *NewApplicationCif) SetActiveExpressionId(v int32)

SetActiveExpressionId gets a reference to the given int32 and assigns it to the ActiveExpressionId field.

GetModifiedBy

func (o *NewApplicationCif) GetModifiedBy() int32

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *NewApplicationCif) GetModifiedByOk() (int32, bool)

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

HasModifiedBy

func (o *NewApplicationCif) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedBy

func (o *NewApplicationCif) SetModifiedBy(v int32)

SetModifiedBy gets a reference to the given int32 and assigns it to the ModifiedBy field.

GetCreatedBy

func (o *NewApplicationCif) GetCreatedBy() int32

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *NewApplicationCif) GetCreatedByOk() (int32, bool)

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

HasCreatedBy

func (o *NewApplicationCif) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedBy

func (o *NewApplicationCif) SetCreatedBy(v int32)

SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.

GetModified

func (o *NewApplicationCif) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *NewApplicationCif) GetModifiedOk() (time.Time, bool)

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

HasModified

func (o *NewApplicationCif) HasModified() bool

HasModified returns a boolean if a field has been set.

SetModified

func (o *NewApplicationCif) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

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