Name | Type | Description | Notes |
---|---|---|---|
Node | Pointer to CommentAllOfTargetNode | [optional] | |
ChangeRequest | Pointer to string | The change request containing this comment, if the comment was made inside a change request. | [optional] |
Review | Pointer to string | The review containing this comment, if this comment was made as part of a review. | [optional] |
Page | Pointer to RevisionPageBase | Information about the page, if this comment refers to a specific page. | [optional] |
Space | string | The space containing this comment. | |
Revision | string | The revision in which the target can be found in. |
func NewCommentAllOfTarget(space string, revision string, ) *CommentAllOfTarget
NewCommentAllOfTarget instantiates a new CommentAllOfTarget 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 NewCommentAllOfTargetWithDefaults() *CommentAllOfTarget
NewCommentAllOfTargetWithDefaults instantiates a new CommentAllOfTarget 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 *CommentAllOfTarget) GetNode() CommentAllOfTargetNode
GetNode returns the Node field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetNodeOk() (*CommentAllOfTargetNode, 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 *CommentAllOfTarget) SetNode(v CommentAllOfTargetNode)
SetNode sets Node field to given value.
func (o *CommentAllOfTarget) HasNode() bool
HasNode returns a boolean if a field has been set.
func (o *CommentAllOfTarget) GetChangeRequest() string
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetChangeRequestOk() (*string, bool)
GetChangeRequestOk returns a tuple with the ChangeRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentAllOfTarget) SetChangeRequest(v string)
SetChangeRequest sets ChangeRequest field to given value.
func (o *CommentAllOfTarget) HasChangeRequest() bool
HasChangeRequest returns a boolean if a field has been set.
func (o *CommentAllOfTarget) GetReview() string
GetReview returns the Review field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetReviewOk() (*string, bool)
GetReviewOk returns a tuple with the Review field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentAllOfTarget) SetReview(v string)
SetReview sets Review field to given value.
func (o *CommentAllOfTarget) HasReview() bool
HasReview returns a boolean if a field has been set.
func (o *CommentAllOfTarget) GetPage() RevisionPageBase
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetPageOk() (*RevisionPageBase, 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 *CommentAllOfTarget) SetPage(v RevisionPageBase)
SetPage sets Page field to given value.
func (o *CommentAllOfTarget) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *CommentAllOfTarget) GetSpace() string
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetSpaceOk() (*string, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentAllOfTarget) SetSpace(v string)
SetSpace sets Space field to given value.
func (o *CommentAllOfTarget) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *CommentAllOfTarget) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommentAllOfTarget) SetRevision(v string)
SetRevision sets Revision field to given value.