更新文档内容
This commit is contained in:
56
docs/SchemaAddUsersReq.md
Normal file
56
docs/SchemaAddUsersReq.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# SchemaAddUsersReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Users** | Pointer to **string** | users info line by line | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAddUsersReq
|
||||
|
||||
`func NewSchemaAddUsersReq() *SchemaAddUsersReq`
|
||||
|
||||
NewSchemaAddUsersReq instantiates a new SchemaAddUsersReq 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
|
||||
|
||||
### NewSchemaAddUsersReqWithDefaults
|
||||
|
||||
`func NewSchemaAddUsersReqWithDefaults() *SchemaAddUsersReq`
|
||||
|
||||
NewSchemaAddUsersReqWithDefaults instantiates a new SchemaAddUsersReq 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
|
||||
|
||||
### GetUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) GetUsers() string`
|
||||
|
||||
GetUsers returns the Users field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsersOk
|
||||
|
||||
`func (o *SchemaAddUsersReq) GetUsersOk() (*string, bool)`
|
||||
|
||||
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) SetUsers(v string)`
|
||||
|
||||
SetUsers sets Users field to given value.
|
||||
|
||||
### HasUsers
|
||||
|
||||
`func (o *SchemaAddUsersReq) HasUsers() bool`
|
||||
|
||||
HasUsers 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