first version
This commit is contained in:
82
docs/SchemaSearchResp.md
Normal file
82
docs/SchemaSearchResp.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaSearchResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | Pointer to [**SchemaSearchObject**](SchemaSearchObject.md) | | [optional]
|
||||
**ObjectType** | Pointer to **string** | object_type | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSearchResp
|
||||
|
||||
`func NewSchemaSearchResp() *SchemaSearchResp`
|
||||
|
||||
NewSchemaSearchResp instantiates a new SchemaSearchResp 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
|
||||
|
||||
### NewSchemaSearchRespWithDefaults
|
||||
|
||||
`func NewSchemaSearchRespWithDefaults() *SchemaSearchResp`
|
||||
|
||||
NewSchemaSearchRespWithDefaults instantiates a new SchemaSearchResp 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
|
||||
|
||||
### GetObject
|
||||
|
||||
`func (o *SchemaSearchResp) GetObject() SchemaSearchObject`
|
||||
|
||||
GetObject returns the Object field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectOk
|
||||
|
||||
`func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchObject, bool)`
|
||||
|
||||
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetObject
|
||||
|
||||
`func (o *SchemaSearchResp) SetObject(v SchemaSearchObject)`
|
||||
|
||||
SetObject sets Object field to given value.
|
||||
|
||||
### HasObject
|
||||
|
||||
`func (o *SchemaSearchResp) HasObject() bool`
|
||||
|
||||
HasObject returns a boolean if a field has been set.
|
||||
|
||||
### GetObjectType
|
||||
|
||||
`func (o *SchemaSearchResp) GetObjectType() string`
|
||||
|
||||
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectTypeOk
|
||||
|
||||
`func (o *SchemaSearchResp) 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 *SchemaSearchResp) SetObjectType(v string)`
|
||||
|
||||
SetObjectType sets ObjectType field to given value.
|
||||
|
||||
### HasObjectType
|
||||
|
||||
`func (o *SchemaSearchResp) 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user