| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Id | Pointer to int64 | [optional] | |
| LastUpdateTimestamp | Pointer to int64 | [optional] | |
| Parameter | int64 | ||
| ValueMs | int64 |
func NewArgumentTimeWindowVal(type_ string, parameter int64, valueMs int64, ) *ArgumentTimeWindowVal
NewArgumentTimeWindowVal instantiates a new ArgumentTimeWindowVal 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 NewArgumentTimeWindowValWithDefaults() *ArgumentTimeWindowVal
NewArgumentTimeWindowValWithDefaults instantiates a new ArgumentTimeWindowVal 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 *ArgumentTimeWindowVal) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ArgumentTimeWindowVal) 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 *ArgumentTimeWindowVal) SetType(v string)
SetType sets Type field to given value.
func (o *ArgumentTimeWindowVal) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ArgumentTimeWindowVal) 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 *ArgumentTimeWindowVal) SetId(v int64)
SetId sets Id field to given value.
func (o *ArgumentTimeWindowVal) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ArgumentTimeWindowVal) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
func (o *ArgumentTimeWindowVal) 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 *ArgumentTimeWindowVal) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *ArgumentTimeWindowVal) HasLastUpdateTimestamp() bool
HasLastUpdateTimestamp returns a boolean if a field has been set.
func (o *ArgumentTimeWindowVal) GetParameter() int64
GetParameter returns the Parameter field if non-nil, zero value otherwise.
func (o *ArgumentTimeWindowVal) 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 *ArgumentTimeWindowVal) SetParameter(v int64)
SetParameter sets Parameter field to given value.
func (o *ArgumentTimeWindowVal) GetValueMs() int64
GetValueMs returns the ValueMs field if non-nil, zero value otherwise.
func (o *ArgumentTimeWindowVal) GetValueMsOk() (*int64, bool)
GetValueMsOk returns a tuple with the ValueMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArgumentTimeWindowVal) SetValueMs(v int64)
SetValueMs sets ValueMs field to given value.