Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.75 KB

GroupQueryWhereInner.md

File metadata and controls

134 lines (73 loc) · 3.75 KB

GroupQueryWhereInner

Properties

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]

Methods

NewGroupQueryWhereInner

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

NewGroupQueryWhereInnerWithDefaults

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

GetObjectType

func (o *GroupQueryWhereInner) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

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.

SetObjectType

func (o *GroupQueryWhereInner) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *GroupQueryWhereInner) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

GetAttribute

func (o *GroupQueryWhereInner) GetAttribute() string

GetAttribute returns the Attribute field if non-nil, zero value otherwise.

GetAttributeOk

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.

SetAttribute

func (o *GroupQueryWhereInner) SetAttribute(v string)

SetAttribute sets Attribute field to given value.

HasAttribute

func (o *GroupQueryWhereInner) HasAttribute() bool

HasAttribute returns a boolean if a field has been set.

GetComparator

func (o *GroupQueryWhereInner) GetComparator() string

GetComparator returns the Comparator field if non-nil, zero value otherwise.

GetComparatorOk

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.

SetComparator

func (o *GroupQueryWhereInner) SetComparator(v string)

SetComparator sets Comparator field to given value.

HasComparator

func (o *GroupQueryWhereInner) HasComparator() bool

HasComparator returns a boolean if a field has been set.

GetValue

func (o *GroupQueryWhereInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *GroupQueryWhereInner) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *GroupQueryWhereInner) HasValue() bool

HasValue returns a boolean if a field has been set.

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