Name | Type | Description | Notes |
---|---|---|---|
QueryId | string | [default to "aoDbu3RHznuiSkQ9aNM67Q"] | |
Variables | PostCreateBookmarkRequestVariables |
func NewPostCreateBookmarkRequest(queryId string, variables PostCreateBookmarkRequestVariables, ) *PostCreateBookmarkRequest
NewPostCreateBookmarkRequest instantiates a new PostCreateBookmarkRequest 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 NewPostCreateBookmarkRequestWithDefaults() *PostCreateBookmarkRequest
NewPostCreateBookmarkRequestWithDefaults instantiates a new PostCreateBookmarkRequest 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 *PostCreateBookmarkRequest) GetQueryId() string
GetQueryId returns the QueryId field if non-nil, zero value otherwise.
func (o *PostCreateBookmarkRequest) GetQueryIdOk() (*string, bool)
GetQueryIdOk returns a tuple with the QueryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCreateBookmarkRequest) SetQueryId(v string)
SetQueryId sets QueryId field to given value.
func (o *PostCreateBookmarkRequest) GetVariables() PostCreateBookmarkRequestVariables
GetVariables returns the Variables field if non-nil, zero value otherwise.
func (o *PostCreateBookmarkRequest) GetVariablesOk() (*PostCreateBookmarkRequestVariables, bool)
GetVariablesOk returns a tuple with the Variables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCreateBookmarkRequest) SetVariables(v PostCreateBookmarkRequestVariables)
SetVariables sets Variables field to given value.