Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.5 KB

File metadata and controls

72 lines (39 loc) · 3.5 KB

V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response

Properties

Name Type Description Notes
Data V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseData
Pagination V2MeetingsGet200ResponsePagination

Methods

NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response

func NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response(data V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseData, pagination V2MeetingsGet200ResponsePagination, ) *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response

NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response instantiates a new V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response 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

NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseWithDefaults

func NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseWithDefaults() *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response

NewV2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseWithDefaults instantiates a new V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response 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

GetData

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) GetData() V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) GetDataOk() (*V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseData, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) SetData(v V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200ResponseData)

SetData sets Data field to given value.

GetPagination

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) GetPagination() V2MeetingsGet200ResponsePagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) GetPaginationOk() (*V2MeetingsGet200ResponsePagination, bool)

GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPagination

func (o *V2MeetingsMeetingIdCallRecordingsCallRecordingIdTranscriptGet200Response) SetPagination(v V2MeetingsGet200ResponsePagination)

SetPagination sets Pagination field to given value.

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