| Name | Type | Description | Notes |
|---|---|---|---|
| Object | string | If creating a top-level comment on a record, this is the slug or ID of that object. | |
| RecordId | string | If creating a top-level comment on a record, this is the ID of that record. |
func NewV2CommentsPostRequestDataAnyOf1Record(object string, recordId string, ) *V2CommentsPostRequestDataAnyOf1Record
NewV2CommentsPostRequestDataAnyOf1Record instantiates a new V2CommentsPostRequestDataAnyOf1Record 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 NewV2CommentsPostRequestDataAnyOf1RecordWithDefaults() *V2CommentsPostRequestDataAnyOf1Record
NewV2CommentsPostRequestDataAnyOf1RecordWithDefaults instantiates a new V2CommentsPostRequestDataAnyOf1Record 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 *V2CommentsPostRequestDataAnyOf1Record) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *V2CommentsPostRequestDataAnyOf1Record) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2CommentsPostRequestDataAnyOf1Record) SetObject(v string)
SetObject sets Object field to given value.
func (o *V2CommentsPostRequestDataAnyOf1Record) GetRecordId() string
GetRecordId returns the RecordId field if non-nil, zero value otherwise.
func (o *V2CommentsPostRequestDataAnyOf1Record) GetRecordIdOk() (*string, bool)
GetRecordIdOk returns a tuple with the RecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2CommentsPostRequestDataAnyOf1Record) SetRecordId(v string)
SetRecordId sets RecordId field to given value.