first version
This commit is contained in:
93
docs/SchemaAddTagReq.md
Normal file
93
docs/SchemaAddTagReq.md
Normal file
@@ -0,0 +1,93 @@
|
||||
# SchemaAddTagReq
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DisplayName** | **string** | display_name |
|
||||
**OriginalText** | **string** | original text |
|
||||
**SlugName** | **string** | slug_name |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaAddTagReq
|
||||
|
||||
`func NewSchemaAddTagReq(displayName string, originalText string, slugName string, ) *SchemaAddTagReq`
|
||||
|
||||
NewSchemaAddTagReq instantiates a new SchemaAddTagReq 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
|
||||
|
||||
### NewSchemaAddTagReqWithDefaults
|
||||
|
||||
`func NewSchemaAddTagReqWithDefaults() *SchemaAddTagReq`
|
||||
|
||||
NewSchemaAddTagReqWithDefaults instantiates a new SchemaAddTagReq 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
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaAddTagReq) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaAddTagReq) GetDisplayNameOk() (*string, bool)`
|
||||
|
||||
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDisplayName
|
||||
|
||||
`func (o *SchemaAddTagReq) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
|
||||
### GetOriginalText
|
||||
|
||||
`func (o *SchemaAddTagReq) GetOriginalText() string`
|
||||
|
||||
GetOriginalText returns the OriginalText field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOriginalTextOk
|
||||
|
||||
`func (o *SchemaAddTagReq) GetOriginalTextOk() (*string, bool)`
|
||||
|
||||
GetOriginalTextOk returns a tuple with the OriginalText field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOriginalText
|
||||
|
||||
`func (o *SchemaAddTagReq) SetOriginalText(v string)`
|
||||
|
||||
SetOriginalText sets OriginalText field to given value.
|
||||
|
||||
|
||||
### GetSlugName
|
||||
|
||||
`func (o *SchemaAddTagReq) GetSlugName() string`
|
||||
|
||||
GetSlugName returns the SlugName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSlugNameOk
|
||||
|
||||
`func (o *SchemaAddTagReq) GetSlugNameOk() (*string, bool)`
|
||||
|
||||
GetSlugNameOk returns a tuple with the SlugName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSlugName
|
||||
|
||||
`func (o *SchemaAddTagReq) SetSlugName(v string)`
|
||||
|
||||
SetSlugName sets SlugName field to given value.
|
||||
|
||||
|
||||
|
||||
[[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