Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.64 KB

SearchBody.md

File metadata and controls

56 lines (31 loc) · 1.64 KB

SearchBody

Properties

Name Type Description Notes
FilterExpression Pointer to string [optional]

Methods

NewSearchBody

func NewSearchBody() *SearchBody

NewSearchBody instantiates a new SearchBody 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

NewSearchBodyWithDefaults

func NewSearchBodyWithDefaults() *SearchBody

NewSearchBodyWithDefaults instantiates a new SearchBody 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

GetFilterExpression

func (o *SearchBody) GetFilterExpression() string

GetFilterExpression returns the FilterExpression field if non-nil, zero value otherwise.

GetFilterExpressionOk

func (o *SearchBody) GetFilterExpressionOk() (*string, bool)

GetFilterExpressionOk returns a tuple with the FilterExpression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFilterExpression

func (o *SearchBody) SetFilterExpression(v string)

SetFilterExpression sets FilterExpression field to given value.

HasFilterExpression

func (o *SearchBody) HasFilterExpression() bool

HasFilterExpression returns a boolean if a field has been set.

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