| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Id | Pointer to int64 | [optional] | |
| LastUpdateTimestamp | Pointer to int64 | [optional] | |
| Parameter | int64 | ||
| Value | bool |
func NewArgumentBooleanVal(type_ string, parameter int64, value bool, ) *ArgumentBooleanVal
NewArgumentBooleanVal instantiates a new ArgumentBooleanVal 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 NewArgumentBooleanValWithDefaults() *ArgumentBooleanVal
NewArgumentBooleanValWithDefaults instantiates a new ArgumentBooleanVal 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 *ArgumentBooleanVal) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ArgumentBooleanVal) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentBooleanVal) SetType(v string)
SetType sets Type field to given value.
func (o *ArgumentBooleanVal) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ArgumentBooleanVal) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentBooleanVal) SetId(v int64)
SetId sets Id field to given value.
func (o *ArgumentBooleanVal) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ArgumentBooleanVal) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
func (o *ArgumentBooleanVal) GetLastUpdateTimestampOk() (*int64, bool)
GetLastUpdateTimestampOk returns a tuple with the LastUpdateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentBooleanVal) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *ArgumentBooleanVal) HasLastUpdateTimestamp() bool
HasLastUpdateTimestamp returns a boolean if a field has been set.
func (o *ArgumentBooleanVal) GetParameter() int64
GetParameter returns the Parameter field if non-nil, zero value otherwise.
func (o *ArgumentBooleanVal) GetParameterOk() (*int64, bool)
GetParameterOk returns a tuple with the Parameter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentBooleanVal) SetParameter(v int64)
SetParameter sets Parameter field to given value.
func (o *ArgumentBooleanVal) GetValue() bool
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ArgumentBooleanVal) GetValueOk() (*bool, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentBooleanVal) SetValue(v bool)
SetValue sets Value field to given value.