更新文档内容
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Object** | Pointer to [**SchemaSearchObject**](SchemaSearchObject.md) | | [optional]
|
||||
**Object** | Pointer to [**SchemaSearchRespObject**](SchemaSearchRespObject.md) | | [optional]
|
||||
**ObjectType** | Pointer to **string** | object_type | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -28,20 +28,20 @@ but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetObject
|
||||
|
||||
`func (o *SchemaSearchResp) GetObject() SchemaSearchObject`
|
||||
`func (o *SchemaSearchResp) GetObject() SchemaSearchRespObject`
|
||||
|
||||
GetObject returns the Object field if non-nil, zero value otherwise.
|
||||
|
||||
### GetObjectOk
|
||||
|
||||
`func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchObject, bool)`
|
||||
`func (o *SchemaSearchResp) GetObjectOk() (*SchemaSearchRespObject, 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)`
|
||||
`func (o *SchemaSearchResp) SetObject(v SchemaSearchRespObject)`
|
||||
|
||||
SetObject sets Object field to given value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user