# SchemaGetTagPageResp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **CreatedAt** | Pointer to **int32** | created time | [optional] **Description** | Pointer to **string** | description | [optional] **DisplayName** | Pointer to **string** | display_name | [optional] **Excerpt** | Pointer to **string** | excerpt | [optional] **FollowCount** | Pointer to **int32** | follower amount | [optional] **IsFollower** | Pointer to **bool** | is follower | [optional] **OriginalText** | Pointer to **string** | original text | [optional] **ParsedText** | Pointer to **string** | parsed_text | [optional] **QuestionCount** | Pointer to **int32** | question amount | [optional] **Recommend** | Pointer to **bool** | | [optional] **Reserved** | Pointer to **bool** | | [optional] **SlugName** | Pointer to **string** | slug_name | [optional] **TagId** | Pointer to **string** | tag_id | [optional] **UpdatedAt** | Pointer to **int32** | updated time | [optional] ## Methods ### NewSchemaGetTagPageResp `func NewSchemaGetTagPageResp() *SchemaGetTagPageResp` NewSchemaGetTagPageResp instantiates a new SchemaGetTagPageResp 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 ### NewSchemaGetTagPageRespWithDefaults `func NewSchemaGetTagPageRespWithDefaults() *SchemaGetTagPageResp` NewSchemaGetTagPageRespWithDefaults instantiates a new SchemaGetTagPageResp 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 ### GetCreatedAt `func (o *SchemaGetTagPageResp) GetCreatedAt() int32` GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise. ### GetCreatedAtOk `func (o *SchemaGetTagPageResp) GetCreatedAtOk() (*int32, bool)` GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCreatedAt `func (o *SchemaGetTagPageResp) SetCreatedAt(v int32)` SetCreatedAt sets CreatedAt field to given value. ### HasCreatedAt `func (o *SchemaGetTagPageResp) HasCreatedAt() bool` HasCreatedAt returns a boolean if a field has been set. ### GetDescription `func (o *SchemaGetTagPageResp) GetDescription() string` GetDescription returns the Description field if non-nil, zero value otherwise. ### GetDescriptionOk `func (o *SchemaGetTagPageResp) GetDescriptionOk() (*string, bool)` GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetDescription `func (o *SchemaGetTagPageResp) SetDescription(v string)` SetDescription sets Description field to given value. ### HasDescription `func (o *SchemaGetTagPageResp) HasDescription() bool` HasDescription returns a boolean if a field has been set. ### GetDisplayName `func (o *SchemaGetTagPageResp) GetDisplayName() string` GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. ### GetDisplayNameOk `func (o *SchemaGetTagPageResp) 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 *SchemaGetTagPageResp) SetDisplayName(v string)` SetDisplayName sets DisplayName field to given value. ### HasDisplayName `func (o *SchemaGetTagPageResp) HasDisplayName() bool` HasDisplayName returns a boolean if a field has been set. ### GetExcerpt `func (o *SchemaGetTagPageResp) GetExcerpt() string` GetExcerpt returns the Excerpt field if non-nil, zero value otherwise. ### GetExcerptOk `func (o *SchemaGetTagPageResp) GetExcerptOk() (*string, bool)` GetExcerptOk returns a tuple with the Excerpt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetExcerpt `func (o *SchemaGetTagPageResp) SetExcerpt(v string)` SetExcerpt sets Excerpt field to given value. ### HasExcerpt `func (o *SchemaGetTagPageResp) HasExcerpt() bool` HasExcerpt returns a boolean if a field has been set. ### GetFollowCount `func (o *SchemaGetTagPageResp) GetFollowCount() int32` GetFollowCount returns the FollowCount field if non-nil, zero value otherwise. ### GetFollowCountOk `func (o *SchemaGetTagPageResp) GetFollowCountOk() (*int32, bool)` GetFollowCountOk returns a tuple with the FollowCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFollowCount `func (o *SchemaGetTagPageResp) SetFollowCount(v int32)` SetFollowCount sets FollowCount field to given value. ### HasFollowCount `func (o *SchemaGetTagPageResp) HasFollowCount() bool` HasFollowCount returns a boolean if a field has been set. ### GetIsFollower `func (o *SchemaGetTagPageResp) GetIsFollower() bool` GetIsFollower returns the IsFollower field if non-nil, zero value otherwise. ### GetIsFollowerOk `func (o *SchemaGetTagPageResp) GetIsFollowerOk() (*bool, bool)` GetIsFollowerOk returns a tuple with the IsFollower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetIsFollower `func (o *SchemaGetTagPageResp) SetIsFollower(v bool)` SetIsFollower sets IsFollower field to given value. ### HasIsFollower `func (o *SchemaGetTagPageResp) HasIsFollower() bool` HasIsFollower returns a boolean if a field has been set. ### GetOriginalText `func (o *SchemaGetTagPageResp) GetOriginalText() string` GetOriginalText returns the OriginalText field if non-nil, zero value otherwise. ### GetOriginalTextOk `func (o *SchemaGetTagPageResp) 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 *SchemaGetTagPageResp) SetOriginalText(v string)` SetOriginalText sets OriginalText field to given value. ### HasOriginalText `func (o *SchemaGetTagPageResp) HasOriginalText() bool` HasOriginalText returns a boolean if a field has been set. ### GetParsedText `func (o *SchemaGetTagPageResp) GetParsedText() string` GetParsedText returns the ParsedText field if non-nil, zero value otherwise. ### GetParsedTextOk `func (o *SchemaGetTagPageResp) GetParsedTextOk() (*string, bool)` GetParsedTextOk returns a tuple with the ParsedText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetParsedText `func (o *SchemaGetTagPageResp) SetParsedText(v string)` SetParsedText sets ParsedText field to given value. ### HasParsedText `func (o *SchemaGetTagPageResp) HasParsedText() bool` HasParsedText returns a boolean if a field has been set. ### GetQuestionCount `func (o *SchemaGetTagPageResp) GetQuestionCount() int32` GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise. ### GetQuestionCountOk `func (o *SchemaGetTagPageResp) GetQuestionCountOk() (*int32, bool)` GetQuestionCountOk returns a tuple with the QuestionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetQuestionCount `func (o *SchemaGetTagPageResp) SetQuestionCount(v int32)` SetQuestionCount sets QuestionCount field to given value. ### HasQuestionCount `func (o *SchemaGetTagPageResp) HasQuestionCount() bool` HasQuestionCount returns a boolean if a field has been set. ### GetRecommend `func (o *SchemaGetTagPageResp) GetRecommend() bool` GetRecommend returns the Recommend field if non-nil, zero value otherwise. ### GetRecommendOk `func (o *SchemaGetTagPageResp) 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 *SchemaGetTagPageResp) SetRecommend(v bool)` SetRecommend sets Recommend field to given value. ### HasRecommend `func (o *SchemaGetTagPageResp) HasRecommend() bool` HasRecommend returns a boolean if a field has been set. ### GetReserved `func (o *SchemaGetTagPageResp) GetReserved() bool` GetReserved returns the Reserved field if non-nil, zero value otherwise. ### GetReservedOk `func (o *SchemaGetTagPageResp) 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 *SchemaGetTagPageResp) SetReserved(v bool)` SetReserved sets Reserved field to given value. ### HasReserved `func (o *SchemaGetTagPageResp) HasReserved() bool` HasReserved returns a boolean if a field has been set. ### GetSlugName `func (o *SchemaGetTagPageResp) GetSlugName() string` GetSlugName returns the SlugName field if non-nil, zero value otherwise. ### GetSlugNameOk `func (o *SchemaGetTagPageResp) 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 *SchemaGetTagPageResp) SetSlugName(v string)` SetSlugName sets SlugName field to given value. ### HasSlugName `func (o *SchemaGetTagPageResp) HasSlugName() bool` HasSlugName returns a boolean if a field has been set. ### GetTagId `func (o *SchemaGetTagPageResp) GetTagId() string` GetTagId returns the TagId field if non-nil, zero value otherwise. ### GetTagIdOk `func (o *SchemaGetTagPageResp) GetTagIdOk() (*string, bool)` GetTagIdOk returns a tuple with the TagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTagId `func (o *SchemaGetTagPageResp) SetTagId(v string)` SetTagId sets TagId field to given value. ### HasTagId `func (o *SchemaGetTagPageResp) HasTagId() bool` HasTagId returns a boolean if a field has been set. ### GetUpdatedAt `func (o *SchemaGetTagPageResp) GetUpdatedAt() int32` GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise. ### GetUpdatedAtOk `func (o *SchemaGetTagPageResp) GetUpdatedAtOk() (*int32, bool)` GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUpdatedAt `func (o *SchemaGetTagPageResp) SetUpdatedAt(v int32)` SetUpdatedAt sets UpdatedAt field to given value. ### HasUpdatedAt `func (o *SchemaGetTagPageResp) HasUpdatedAt() bool` HasUpdatedAt 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)