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] |
func (o *NewApplicationCif) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NewApplicationCif) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *NewApplicationCif) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NewApplicationCif) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *NewApplicationCif) GetActiveExpressionId() int32
GetActiveExpressionId returns the ActiveExpressionId field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasActiveExpressionId() bool
HasActiveExpressionId returns a boolean if a field has been set.
func (o *NewApplicationCif) SetActiveExpressionId(v int32)
SetActiveExpressionId gets a reference to the given int32 and assigns it to the ActiveExpressionId field.
func (o *NewApplicationCif) GetModifiedBy() int32
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *NewApplicationCif) SetModifiedBy(v int32)
SetModifiedBy gets a reference to the given int32 and assigns it to the ModifiedBy field.
func (o *NewApplicationCif) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *NewApplicationCif) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *NewApplicationCif) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
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.
func (o *NewApplicationCif) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *NewApplicationCif) SetModified(v time.Time)
SetModified gets a reference to the given time.Time and assigns it to the Modified field.