# SchemaGetCommentPersonalWithPageResp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AnswerId** | Pointer to **string** | answer id | [optional] **CommentId** | Pointer to **string** | comment id | [optional] **Content** | Pointer to **string** | content | [optional] **CreatedAt** | Pointer to **int32** | create time | [optional] **ObjectId** | Pointer to **string** | object id | [optional] **ObjectType** | Pointer to **string** | object type | [optional] **QuestionId** | Pointer to **string** | question id | [optional] **Title** | Pointer to **string** | title | [optional] **UrlTitle** | Pointer to **string** | url title | [optional] ## Methods ### NewSchemaGetCommentPersonalWithPageResp `func NewSchemaGetCommentPersonalWithPageResp() *SchemaGetCommentPersonalWithPageResp` NewSchemaGetCommentPersonalWithPageResp instantiates a new SchemaGetCommentPersonalWithPageResp 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 ### NewSchemaGetCommentPersonalWithPageRespWithDefaults `func NewSchemaGetCommentPersonalWithPageRespWithDefaults() *SchemaGetCommentPersonalWithPageResp` NewSchemaGetCommentPersonalWithPageRespWithDefaults instantiates a new SchemaGetCommentPersonalWithPageResp 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 ### GetAnswerId `func (o *SchemaGetCommentPersonalWithPageResp) GetAnswerId() string` GetAnswerId returns the AnswerId field if non-nil, zero value otherwise. ### GetAnswerIdOk `func (o *SchemaGetCommentPersonalWithPageResp) GetAnswerIdOk() (*string, bool)` GetAnswerIdOk returns a tuple with the AnswerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAnswerId `func (o *SchemaGetCommentPersonalWithPageResp) SetAnswerId(v string)` SetAnswerId sets AnswerId field to given value. ### HasAnswerId `func (o *SchemaGetCommentPersonalWithPageResp) HasAnswerId() bool` HasAnswerId returns a boolean if a field has been set. ### GetCommentId `func (o *SchemaGetCommentPersonalWithPageResp) GetCommentId() string` GetCommentId returns the CommentId field if non-nil, zero value otherwise. ### GetCommentIdOk `func (o *SchemaGetCommentPersonalWithPageResp) GetCommentIdOk() (*string, bool)` GetCommentIdOk returns a tuple with the CommentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCommentId `func (o *SchemaGetCommentPersonalWithPageResp) SetCommentId(v string)` SetCommentId sets CommentId field to given value. ### HasCommentId `func (o *SchemaGetCommentPersonalWithPageResp) HasCommentId() bool` HasCommentId returns a boolean if a field has been set. ### GetContent `func (o *SchemaGetCommentPersonalWithPageResp) GetContent() string` GetContent returns the Content field if non-nil, zero value otherwise. ### GetContentOk `func (o *SchemaGetCommentPersonalWithPageResp) GetContentOk() (*string, bool)` GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetContent `func (o *SchemaGetCommentPersonalWithPageResp) SetContent(v string)` SetContent sets Content field to given value. ### HasContent `func (o *SchemaGetCommentPersonalWithPageResp) HasContent() bool` HasContent returns a boolean if a field has been set. ### GetCreatedAt `func (o *SchemaGetCommentPersonalWithPageResp) GetCreatedAt() int32` GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise. ### GetCreatedAtOk `func (o *SchemaGetCommentPersonalWithPageResp) 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 *SchemaGetCommentPersonalWithPageResp) SetCreatedAt(v int32)` SetCreatedAt sets CreatedAt field to given value. ### HasCreatedAt `func (o *SchemaGetCommentPersonalWithPageResp) HasCreatedAt() bool` HasCreatedAt returns a boolean if a field has been set. ### GetObjectId `func (o *SchemaGetCommentPersonalWithPageResp) GetObjectId() string` GetObjectId returns the ObjectId field if non-nil, zero value otherwise. ### GetObjectIdOk `func (o *SchemaGetCommentPersonalWithPageResp) GetObjectIdOk() (*string, bool)` GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetObjectId `func (o *SchemaGetCommentPersonalWithPageResp) SetObjectId(v string)` SetObjectId sets ObjectId field to given value. ### HasObjectId `func (o *SchemaGetCommentPersonalWithPageResp) HasObjectId() bool` HasObjectId returns a boolean if a field has been set. ### GetObjectType `func (o *SchemaGetCommentPersonalWithPageResp) GetObjectType() string` GetObjectType returns the ObjectType field if non-nil, zero value otherwise. ### GetObjectTypeOk `func (o *SchemaGetCommentPersonalWithPageResp) GetObjectTypeOk() (*string, bool)` GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetObjectType `func (o *SchemaGetCommentPersonalWithPageResp) SetObjectType(v string)` SetObjectType sets ObjectType field to given value. ### HasObjectType `func (o *SchemaGetCommentPersonalWithPageResp) HasObjectType() bool` HasObjectType returns a boolean if a field has been set. ### GetQuestionId `func (o *SchemaGetCommentPersonalWithPageResp) GetQuestionId() string` GetQuestionId returns the QuestionId field if non-nil, zero value otherwise. ### GetQuestionIdOk `func (o *SchemaGetCommentPersonalWithPageResp) GetQuestionIdOk() (*string, bool)` GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetQuestionId `func (o *SchemaGetCommentPersonalWithPageResp) SetQuestionId(v string)` SetQuestionId sets QuestionId field to given value. ### HasQuestionId `func (o *SchemaGetCommentPersonalWithPageResp) HasQuestionId() bool` HasQuestionId returns a boolean if a field has been set. ### GetTitle `func (o *SchemaGetCommentPersonalWithPageResp) GetTitle() string` GetTitle returns the Title field if non-nil, zero value otherwise. ### GetTitleOk `func (o *SchemaGetCommentPersonalWithPageResp) GetTitleOk() (*string, bool)` GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTitle `func (o *SchemaGetCommentPersonalWithPageResp) SetTitle(v string)` SetTitle sets Title field to given value. ### HasTitle `func (o *SchemaGetCommentPersonalWithPageResp) HasTitle() bool` HasTitle returns a boolean if a field has been set. ### GetUrlTitle `func (o *SchemaGetCommentPersonalWithPageResp) GetUrlTitle() string` GetUrlTitle returns the UrlTitle field if non-nil, zero value otherwise. ### GetUrlTitleOk `func (o *SchemaGetCommentPersonalWithPageResp) GetUrlTitleOk() (*string, bool)` GetUrlTitleOk returns a tuple with the UrlTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUrlTitle `func (o *SchemaGetCommentPersonalWithPageResp) SetUrlTitle(v string)` SetUrlTitle sets UrlTitle field to given value. ### HasUrlTitle `func (o *SchemaGetCommentPersonalWithPageResp) HasUrlTitle() bool` HasUrlTitle 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)