Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 4.02 KB

File metadata and controls

145 lines (78 loc) · 4.02 KB

ArgumentTopologyQueryVal

Properties

Name Type Description Notes
Type string
Id Pointer to int64 [optional]
LastUpdateTimestamp Pointer to int64 [optional]
Parameter int64
Query string

Methods

NewArgumentTopologyQueryVal

func NewArgumentTopologyQueryVal(type_ string, parameter int64, query string, ) *ArgumentTopologyQueryVal

NewArgumentTopologyQueryVal instantiates a new ArgumentTopologyQueryVal 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

NewArgumentTopologyQueryValWithDefaults

func NewArgumentTopologyQueryValWithDefaults() *ArgumentTopologyQueryVal

NewArgumentTopologyQueryValWithDefaults instantiates a new ArgumentTopologyQueryVal 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

GetType

func (o *ArgumentTopologyQueryVal) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ArgumentTopologyQueryVal) 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.

SetType

func (o *ArgumentTopologyQueryVal) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *ArgumentTopologyQueryVal) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ArgumentTopologyQueryVal) 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.

SetId

func (o *ArgumentTopologyQueryVal) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ArgumentTopologyQueryVal) HasId() bool

HasId returns a boolean if a field has been set.

GetLastUpdateTimestamp

func (o *ArgumentTopologyQueryVal) GetLastUpdateTimestamp() int64

GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.

GetLastUpdateTimestampOk

func (o *ArgumentTopologyQueryVal) 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.

SetLastUpdateTimestamp

func (o *ArgumentTopologyQueryVal) SetLastUpdateTimestamp(v int64)

SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.

HasLastUpdateTimestamp

func (o *ArgumentTopologyQueryVal) HasLastUpdateTimestamp() bool

HasLastUpdateTimestamp returns a boolean if a field has been set.

GetParameter

func (o *ArgumentTopologyQueryVal) GetParameter() int64

GetParameter returns the Parameter field if non-nil, zero value otherwise.

GetParameterOk

func (o *ArgumentTopologyQueryVal) 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.

SetParameter

func (o *ArgumentTopologyQueryVal) SetParameter(v int64)

SetParameter sets Parameter field to given value.

GetQuery

func (o *ArgumentTopologyQueryVal) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

func (o *ArgumentTopologyQueryVal) 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.

SetQuery

func (o *ArgumentTopologyQueryVal) SetQuery(v string)

SetQuery sets Query field to given value.

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