Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

PercolateRequest.md

File metadata and controls

51 lines (28 loc) · 1.54 KB

PercolateRequest

Properties

Name Type Description Notes
Query PercolateRequestQuery

Methods

NewPercolateRequest

func NewPercolateRequest(query PercolateRequestQuery, ) *PercolateRequest

NewPercolateRequest instantiates a new PercolateRequest 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

NewPercolateRequestWithDefaults

func NewPercolateRequestWithDefaults() *PercolateRequest

NewPercolateRequestWithDefaults instantiates a new PercolateRequest 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

GetQuery

func (o *PercolateRequest) GetQuery() PercolateRequestQuery

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

GetQueryOk

func (o *PercolateRequest) GetQueryOk() (*PercolateRequestQuery, 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 *PercolateRequest) SetQuery(v PercolateRequestQuery)

SetQuery sets Query field to given value.

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