# SchemaSiteWriteResp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **RecommendTags** | Pointer to **[]string** | | [optional] **RequiredTag** | Pointer to **bool** | | [optional] **ReservedTags** | Pointer to **[]string** | | [optional] ## Methods ### NewSchemaSiteWriteResp `func NewSchemaSiteWriteResp() *SchemaSiteWriteResp` NewSchemaSiteWriteResp instantiates a new SchemaSiteWriteResp 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 ### NewSchemaSiteWriteRespWithDefaults `func NewSchemaSiteWriteRespWithDefaults() *SchemaSiteWriteResp` NewSchemaSiteWriteRespWithDefaults instantiates a new SchemaSiteWriteResp 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 *SchemaSiteWriteResp) GetRecommendTags() []string` GetRecommendTags returns the RecommendTags field if non-nil, zero value otherwise. ### GetRecommendTagsOk `func (o *SchemaSiteWriteResp) 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 *SchemaSiteWriteResp) SetRecommendTags(v []string)` SetRecommendTags sets RecommendTags field to given value. ### HasRecommendTags `func (o *SchemaSiteWriteResp) HasRecommendTags() bool` HasRecommendTags returns a boolean if a field has been set. ### GetRequiredTag `func (o *SchemaSiteWriteResp) GetRequiredTag() bool` GetRequiredTag returns the RequiredTag field if non-nil, zero value otherwise. ### GetRequiredTagOk `func (o *SchemaSiteWriteResp) 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 *SchemaSiteWriteResp) SetRequiredTag(v bool)` SetRequiredTag sets RequiredTag field to given value. ### HasRequiredTag `func (o *SchemaSiteWriteResp) HasRequiredTag() bool` HasRequiredTag returns a boolean if a field has been set. ### GetReservedTags `func (o *SchemaSiteWriteResp) GetReservedTags() []string` GetReservedTags returns the ReservedTags field if non-nil, zero value otherwise. ### GetReservedTagsOk `func (o *SchemaSiteWriteResp) 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 *SchemaSiteWriteResp) SetReservedTags(v []string)` SetReservedTags sets ReservedTags field to given value. ### HasReservedTags `func (o *SchemaSiteWriteResp) HasReservedTags() bool` HasReservedTags 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)