Name | Type | Description | Notes |
---|---|---|---|
FilterExpression | Pointer to string | [optional] |
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
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
func (o *SearchBody) GetFilterExpression() string
GetFilterExpression returns the FilterExpression field if non-nil, zero value otherwise.
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.
func (o *SearchBody) SetFilterExpression(v string)
SetFilterExpression sets FilterExpression field to given value.
func (o *SearchBody) HasFilterExpression() bool
HasFilterExpression returns a boolean if a field has been set.