| Name | Type | Description | Notes |
|---|---|---|---|
| Object | string | The slug or UUID of the object that the record being linked belongs to. | |
| RecordId | string | The UUID of the record being linked. |
func NewV2MeetingsPostRequestDataLinkedRecordsInner(object string, recordId string, ) *V2MeetingsPostRequestDataLinkedRecordsInner
NewV2MeetingsPostRequestDataLinkedRecordsInner instantiates a new V2MeetingsPostRequestDataLinkedRecordsInner 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 NewV2MeetingsPostRequestDataLinkedRecordsInnerWithDefaults() *V2MeetingsPostRequestDataLinkedRecordsInner
NewV2MeetingsPostRequestDataLinkedRecordsInnerWithDefaults instantiates a new V2MeetingsPostRequestDataLinkedRecordsInner 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 *V2MeetingsPostRequestDataLinkedRecordsInner) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *V2MeetingsPostRequestDataLinkedRecordsInner) 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 *V2MeetingsPostRequestDataLinkedRecordsInner) SetObject(v string)
SetObject sets Object field to given value.
func (o *V2MeetingsPostRequestDataLinkedRecordsInner) GetRecordId() string
GetRecordId returns the RecordId field if non-nil, zero value otherwise.
func (o *V2MeetingsPostRequestDataLinkedRecordsInner) 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 *V2MeetingsPostRequestDataLinkedRecordsInner) SetRecordId(v string)
SetRecordId sets RecordId field to given value.