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

4.3 KiB

SchemaTagResp

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
MainTagSlugName Pointer to string if main tag slug name is not empty, this tag is synonymous with the main tag [optional]
Recommend Pointer to bool [optional]
Reserved Pointer to bool [optional]
SlugName Pointer to string [optional]

Methods

NewSchemaTagResp

func NewSchemaTagResp() *SchemaTagResp

NewSchemaTagResp instantiates a new SchemaTagResp 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

NewSchemaTagRespWithDefaults

func NewSchemaTagRespWithDefaults() *SchemaTagResp

NewSchemaTagRespWithDefaults instantiates a new SchemaTagResp 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 *SchemaTagResp) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SchemaTagResp) 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 *SchemaTagResp) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SchemaTagResp) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetMainTagSlugName

func (o *SchemaTagResp) GetMainTagSlugName() string

GetMainTagSlugName returns the MainTagSlugName field if non-nil, zero value otherwise.

GetMainTagSlugNameOk

func (o *SchemaTagResp) GetMainTagSlugNameOk() (*string, bool)

GetMainTagSlugNameOk returns a tuple with the MainTagSlugName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMainTagSlugName

func (o *SchemaTagResp) SetMainTagSlugName(v string)

SetMainTagSlugName sets MainTagSlugName field to given value.

HasMainTagSlugName

func (o *SchemaTagResp) HasMainTagSlugName() bool

HasMainTagSlugName returns a boolean if a field has been set.

GetRecommend

func (o *SchemaTagResp) GetRecommend() bool

GetRecommend returns the Recommend field if non-nil, zero value otherwise.

GetRecommendOk

func (o *SchemaTagResp) GetRecommendOk() (*bool, bool)

GetRecommendOk returns a tuple with the Recommend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecommend

func (o *SchemaTagResp) SetRecommend(v bool)

SetRecommend sets Recommend field to given value.

HasRecommend

func (o *SchemaTagResp) HasRecommend() bool

HasRecommend returns a boolean if a field has been set.

GetReserved

func (o *SchemaTagResp) GetReserved() bool

GetReserved returns the Reserved field if non-nil, zero value otherwise.

GetReservedOk

func (o *SchemaTagResp) GetReservedOk() (*bool, bool)

GetReservedOk returns a tuple with the Reserved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReserved

func (o *SchemaTagResp) SetReserved(v bool)

SetReserved sets Reserved field to given value.

HasReserved

func (o *SchemaTagResp) HasReserved() bool

HasReserved returns a boolean if a field has been set.

GetSlugName

func (o *SchemaTagResp) GetSlugName() string

GetSlugName returns the SlugName field if non-nil, zero value otherwise.

GetSlugNameOk

func (o *SchemaTagResp) 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 *SchemaTagResp) SetSlugName(v string)

SetSlugName sets SlugName field to given value.

HasSlugName

func (o *SchemaTagResp) HasSlugName() bool

HasSlugName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]