Files
openapi-go-answer/docs/SchemaAddTagReq.md
2023-08-18 10:03:31 +08:00

2.6 KiB

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] [Back to API list] [Back to README]