-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|