Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.15 KB

AbstractEntityFilter.md

File metadata and controls

77 lines (42 loc) · 2.15 KB

AbstractEntityFilter

Properties

Name Type Description Notes
Id string
ObjectType Pointer to string [optional]

Methods

NewAbstractEntityFilter

func NewAbstractEntityFilter(id string, ) *AbstractEntityFilter

NewAbstractEntityFilter instantiates a new AbstractEntityFilter 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

NewAbstractEntityFilterWithDefaults

func NewAbstractEntityFilterWithDefaults() *AbstractEntityFilter

NewAbstractEntityFilterWithDefaults instantiates a new AbstractEntityFilter 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

GetId

func (o *AbstractEntityFilter) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AbstractEntityFilter) GetIdOk() (*string, bool)

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

SetId

func (o *AbstractEntityFilter) SetId(v string)

SetId sets Id field to given value.

GetObjectType

func (o *AbstractEntityFilter) GetObjectType() string

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

GetObjectTypeOk

func (o *AbstractEntityFilter) 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 *AbstractEntityFilter) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *AbstractEntityFilter) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

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