Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeleteOnlineMeetingTranscriptContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteOnlineMeetingTranscriptContentOperationOptions() DeleteOnlineMeetingTranscriptContentOperationOptions + func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query + func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams + type DeleteOnlineMeetingTranscriptContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOnlineMeetingTranscriptContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetOnlineMeetingTranscriptContentOperationOptions() GetOnlineMeetingTranscriptContentOperationOptions + func (o GetOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers + func (o GetOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query + func (o GetOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams + type GetOnlineMeetingTranscriptContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type OnlineMeetingTranscriptContentClient struct + Client *msgraph.Client + func NewOnlineMeetingTranscriptContentClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingTranscriptContentClient, error) + func (c OnlineMeetingTranscriptContentClient) DeleteOnlineMeetingTranscriptContent(ctx context.Context, id beta.UserIdOnlineMeetingIdTranscriptId, ...) (result DeleteOnlineMeetingTranscriptContentOperationResponse, err error) + func (c OnlineMeetingTranscriptContentClient) GetOnlineMeetingTranscriptContent(ctx context.Context, id beta.UserIdOnlineMeetingIdTranscriptId, ...) (result GetOnlineMeetingTranscriptContentOperationResponse, err error) + func (c OnlineMeetingTranscriptContentClient) SetOnlineMeetingTranscriptContent(ctx context.Context, id beta.UserIdOnlineMeetingIdTranscriptId, input []byte, ...) (result SetOnlineMeetingTranscriptContentOperationResponse, err error) + type SetOnlineMeetingTranscriptContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetOnlineMeetingTranscriptContentOperationOptions() SetOnlineMeetingTranscriptContentOperationOptions + func (o SetOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers + func (o SetOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query + func (o SetOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams + type SetOnlineMeetingTranscriptContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData