| Name | Type | Description | Notes |
|---|---|---|---|
| WorkspaceId | string | The ID of the workspace this transcript belongs to. | |
| MeetingId | string | The ID of the meeting associated with this transcript. | |
| CallRecordingId | string | The ID of the call recording this transcript belongs to. |
func NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId(workspaceId string, meetingId string, callRecordingId string, ) *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId
NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId instantiates a new V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId 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 NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataIdWithDefaults() *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId
NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataIdWithDefaults instantiates a new V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId 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 *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) SetWorkspaceId(v string)
SetWorkspaceId sets WorkspaceId field to given value.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetMeetingId() string
GetMeetingId returns the MeetingId field if non-nil, zero value otherwise.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetMeetingIdOk() (*string, bool)
GetMeetingIdOk returns a tuple with the MeetingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) SetMeetingId(v string)
SetMeetingId sets MeetingId field to given value.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetCallRecordingId() string
GetCallRecordingId returns the CallRecordingId field if non-nil, zero value otherwise.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) GetCallRecordingIdOk() (*string, bool)
GetCallRecordingIdOk returns a tuple with the CallRecordingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseDataId) SetCallRecordingId(v string)
SetCallRecordingId sets CallRecordingId field to given value.