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

3.1 KiB

SchemaSiteWriteReq

Properties

Name Type Description Notes
RecommendTags Pointer to []string [optional]
RequiredTag Pointer to bool [optional]
ReservedTags Pointer to []string [optional]

Methods

NewSchemaSiteWriteReq

func NewSchemaSiteWriteReq() *SchemaSiteWriteReq

NewSchemaSiteWriteReq instantiates a new SchemaSiteWriteReq 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

NewSchemaSiteWriteReqWithDefaults

func NewSchemaSiteWriteReqWithDefaults() *SchemaSiteWriteReq

NewSchemaSiteWriteReqWithDefaults instantiates a new SchemaSiteWriteReq 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

GetRecommendTags

func (o *SchemaSiteWriteReq) GetRecommendTags() []string

GetRecommendTags returns the RecommendTags field if non-nil, zero value otherwise.

GetRecommendTagsOk

func (o *SchemaSiteWriteReq) GetRecommendTagsOk() (*[]string, bool)

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

SetRecommendTags

func (o *SchemaSiteWriteReq) SetRecommendTags(v []string)

SetRecommendTags sets RecommendTags field to given value.

HasRecommendTags

func (o *SchemaSiteWriteReq) HasRecommendTags() bool

HasRecommendTags returns a boolean if a field has been set.

GetRequiredTag

func (o *SchemaSiteWriteReq) GetRequiredTag() bool

GetRequiredTag returns the RequiredTag field if non-nil, zero value otherwise.

GetRequiredTagOk

func (o *SchemaSiteWriteReq) GetRequiredTagOk() (*bool, bool)

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

SetRequiredTag

func (o *SchemaSiteWriteReq) SetRequiredTag(v bool)

SetRequiredTag sets RequiredTag field to given value.

HasRequiredTag

func (o *SchemaSiteWriteReq) HasRequiredTag() bool

HasRequiredTag returns a boolean if a field has been set.

GetReservedTags

func (o *SchemaSiteWriteReq) GetReservedTags() []string

GetReservedTags returns the ReservedTags field if non-nil, zero value otherwise.

GetReservedTagsOk

func (o *SchemaSiteWriteReq) GetReservedTagsOk() (*[]string, bool)

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

SetReservedTags

func (o *SchemaSiteWriteReq) SetReservedTags(v []string)

SetReservedTags sets ReservedTags field to given value.

HasReservedTags

func (o *SchemaSiteWriteReq) HasReservedTags() bool

HasReservedTags returns a boolean if a field has been set.

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