Name | Type | Description | Notes |
---|---|---|---|
Node | Pointer to string | The node to which the comment is posted, if any. | [optional] |
Page | Pointer to string | The page to which the comment is posted, if any. | [optional] |
Body | Document |
func NewPostCommentSchema(body Document, ) *PostCommentSchema
NewPostCommentSchema instantiates a new PostCommentSchema 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
func NewPostCommentSchemaWithDefaults() *PostCommentSchema
NewPostCommentSchemaWithDefaults instantiates a new PostCommentSchema 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
func (o *PostCommentSchema) GetNode() string
GetNode returns the Node field if non-nil, zero value otherwise.
func (o *PostCommentSchema) GetNodeOk() (*string, bool)
GetNodeOk returns a tuple with the Node field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCommentSchema) SetNode(v string)
SetNode sets Node field to given value.
func (o *PostCommentSchema) HasNode() bool
HasNode returns a boolean if a field has been set.
func (o *PostCommentSchema) GetPage() string
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *PostCommentSchema) GetPageOk() (*string, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCommentSchema) SetPage(v string)
SetPage sets Page field to given value.
func (o *PostCommentSchema) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *PostCommentSchema) GetBody() Document
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *PostCommentSchema) GetBodyOk() (*Document, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostCommentSchema) SetBody(v Document)
SetBody sets Body field to given value.