Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.48 KB

File metadata and controls

72 lines (39 loc) · 2.48 KB

V2CommentsPostRequestDataAnyOf1Record

Properties

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.

Methods

NewV2CommentsPostRequestDataAnyOf1Record

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

NewV2CommentsPostRequestDataAnyOf1RecordWithDefaults

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

GetObject

func (o *V2CommentsPostRequestDataAnyOf1Record) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

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.

SetObject

func (o *V2CommentsPostRequestDataAnyOf1Record) SetObject(v string)

SetObject sets Object field to given value.

GetRecordId

func (o *V2CommentsPostRequestDataAnyOf1Record) GetRecordId() string

GetRecordId returns the RecordId field if non-nil, zero value otherwise.

GetRecordIdOk

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.

SetRecordId

func (o *V2CommentsPostRequestDataAnyOf1Record) SetRecordId(v string)

SetRecordId sets RecordId field to given value.

[Back to Model list] [Back to API list] [Back to README]