| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Id | Pointer to int64 | [optional] | |
| LastUpdateTimestamp | Pointer to int64 | [optional] | |
| Parameter | int64 | ||
| Value | TopologyPromQLMetric | ||
| ComponentType | int64 | ||
| RelationType | int64 | ||
| QueryView | int64 | ||
| ValueMs | int64 | ||
| Query | string |
func NewArgument(type_ string, parameter int64, value TopologyPromQLMetric, componentType int64, relationType int64, queryView int64, valueMs int64, query string, ) *Argument
NewArgument instantiates a new Argument 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 NewArgumentWithDefaults() *Argument
NewArgumentWithDefaults instantiates a new Argument 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 *Argument) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Argument) 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 *Argument) SetType(v string)
SetType sets Type field to given value.
func (o *Argument) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Argument) 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 *Argument) SetId(v int64)
SetId sets Id field to given value.
func (o *Argument) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Argument) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
func (o *Argument) 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 *Argument) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *Argument) HasLastUpdateTimestamp() bool
HasLastUpdateTimestamp returns a boolean if a field has been set.
func (o *Argument) GetParameter() int64
GetParameter returns the Parameter field if non-nil, zero value otherwise.
func (o *Argument) 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 *Argument) SetParameter(v int64)
SetParameter sets Parameter field to given value.
func (o *Argument) GetValue() TopologyPromQLMetric
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *Argument) GetValueOk() (*TopologyPromQLMetric, 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 *Argument) SetValue(v TopologyPromQLMetric)
SetValue sets Value field to given value.
func (o *Argument) GetComponentType() int64
GetComponentType returns the ComponentType field if non-nil, zero value otherwise.
func (o *Argument) GetComponentTypeOk() (*int64, bool)
GetComponentTypeOk returns a tuple with the ComponentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Argument) SetComponentType(v int64)
SetComponentType sets ComponentType field to given value.
func (o *Argument) GetRelationType() int64
GetRelationType returns the RelationType field if non-nil, zero value otherwise.
func (o *Argument) GetRelationTypeOk() (*int64, bool)
GetRelationTypeOk returns a tuple with the RelationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Argument) SetRelationType(v int64)
SetRelationType sets RelationType field to given value.
func (o *Argument) GetQueryView() int64
GetQueryView returns the QueryView field if non-nil, zero value otherwise.
func (o *Argument) GetQueryViewOk() (*int64, bool)
GetQueryViewOk returns a tuple with the QueryView field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Argument) SetQueryView(v int64)
SetQueryView sets QueryView field to given value.
func (o *Argument) GetValueMs() int64
GetValueMs returns the ValueMs field if non-nil, zero value otherwise.
func (o *Argument) 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 *Argument) SetValueMs(v int64)
SetValueMs sets ValueMs field to given value.
func (o *Argument) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *Argument) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Argument) SetQuery(v string)
SetQuery sets Query field to given value.