更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -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.