Name | Type | Description | Notes |
---|---|---|---|
ObjectType | Pointer to string | Type of the object | [optional] |
Attribute | Pointer to string | Attribute to compare | [optional] |
Comparator | Pointer to string | Comparator to use | [optional] |
Value | Pointer to string | Value to compare against | [optional] |
func NewGroupQueryWhereInner() *GroupQueryWhereInner
NewGroupQueryWhereInner instantiates a new GroupQueryWhereInner 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 NewGroupQueryWhereInnerWithDefaults() *GroupQueryWhereInner
NewGroupQueryWhereInnerWithDefaults instantiates a new GroupQueryWhereInner 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 *GroupQueryWhereInner) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *GroupQueryWhereInner) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupQueryWhereInner) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *GroupQueryWhereInner) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *GroupQueryWhereInner) GetAttribute() string
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
func (o *GroupQueryWhereInner) GetAttributeOk() (*string, bool)
GetAttributeOk returns a tuple with the Attribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupQueryWhereInner) SetAttribute(v string)
SetAttribute sets Attribute field to given value.
func (o *GroupQueryWhereInner) HasAttribute() bool
HasAttribute returns a boolean if a field has been set.
func (o *GroupQueryWhereInner) GetComparator() string
GetComparator returns the Comparator field if non-nil, zero value otherwise.
func (o *GroupQueryWhereInner) GetComparatorOk() (*string, bool)
GetComparatorOk returns a tuple with the Comparator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupQueryWhereInner) SetComparator(v string)
SetComparator sets Comparator field to given value.
func (o *GroupQueryWhereInner) HasComparator() bool
HasComparator returns a boolean if a field has been set.
func (o *GroupQueryWhereInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *GroupQueryWhereInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupQueryWhereInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *GroupQueryWhereInner) HasValue() bool
HasValue returns a boolean if a field has been set.