Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

CustomCriteriaViewAllOf.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

CustomCriteriaViewAllOf

Properties

Name Type Description Notes
Query Pointer to string MongoDB find query that selects documents to archive. The specified query follows the syntax of the `db.collection.find(query)` command. This query can't use the empty document (`{}`) to return all documents. Set this parameter when "criteria.type" : "CUSTOM". [optional]

Methods

NewCustomCriteriaViewAllOf

func NewCustomCriteriaViewAllOf() *CustomCriteriaViewAllOf

NewCustomCriteriaViewAllOf instantiates a new CustomCriteriaViewAllOf 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

NewCustomCriteriaViewAllOfWithDefaults

func NewCustomCriteriaViewAllOfWithDefaults() *CustomCriteriaViewAllOf

NewCustomCriteriaViewAllOfWithDefaults instantiates a new CustomCriteriaViewAllOf 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 *CustomCriteriaViewAllOf) GetQuery() string

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

GetQueryOk

func (o *CustomCriteriaViewAllOf) 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 *CustomCriteriaViewAllOf) SetQuery(v string)

SetQuery sets Query field to given value.

HasQuery

func (o *CustomCriteriaViewAllOf) HasQuery() bool

HasQuery returns a boolean if a field has been set.

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