Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
ObjectType | Pointer to string | [optional] |
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
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
func (o *AbstractEntityFilter) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AbstractEntityFilter) SetId(v string)
SetId sets Id field to given value.
func (o *AbstractEntityFilter) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
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.
func (o *AbstractEntityFilter) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AbstractEntityFilter) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.