first version
This commit is contained in:
77
docs/SchemaOperationQuestionReq.md
Normal file
77
docs/SchemaOperationQuestionReq.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# SchemaOperationQuestionReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | |
|
||||
**Operation** | Pointer to **string** | operation [pin unpin hide show] | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaOperationQuestionReq
|
||||
|
||||
`func NewSchemaOperationQuestionReq(id string, ) *SchemaOperationQuestionReq`
|
||||
|
||||
NewSchemaOperationQuestionReq instantiates a new SchemaOperationQuestionReq 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
|
||||
|
||||
### NewSchemaOperationQuestionReqWithDefaults
|
||||
|
||||
`func NewSchemaOperationQuestionReqWithDefaults() *SchemaOperationQuestionReq`
|
||||
|
||||
NewSchemaOperationQuestionReqWithDefaults instantiates a new SchemaOperationQuestionReq 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 *SchemaOperationQuestionReq) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaOperationQuestionReq) 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 *SchemaOperationQuestionReq) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetOperation
|
||||
|
||||
`func (o *SchemaOperationQuestionReq) GetOperation() string`
|
||||
|
||||
GetOperation returns the Operation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOperationOk
|
||||
|
||||
`func (o *SchemaOperationQuestionReq) GetOperationOk() (*string, bool)`
|
||||
|
||||
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOperation
|
||||
|
||||
`func (o *SchemaOperationQuestionReq) SetOperation(v string)`
|
||||
|
||||
SetOperation sets Operation field to given value.
|
||||
|
||||
### HasOperation
|
||||
|
||||
`func (o *SchemaOperationQuestionReq) HasOperation() bool`
|
||||
|
||||
HasOperation 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