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 DeleteDriveItemVersionContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemVersionContentOperationOptions() DeleteDriveItemVersionContentOperationOptions + func (o DeleteDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemVersionContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemVersionContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemVersionContentClient struct + Client *msgraph.Client + func NewDriveItemVersionContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemVersionContentClient, error) + func (c DriveItemVersionContentClient) DeleteDriveItemVersionContent(ctx context.Context, id beta.MeDriveIdItemIdVersionId, ...) (result DeleteDriveItemVersionContentOperationResponse, err error) + func (c DriveItemVersionContentClient) GetDriveItemVersionContent(ctx context.Context, id beta.MeDriveIdItemIdVersionId, ...) (result GetDriveItemVersionContentOperationResponse, err error) + func (c DriveItemVersionContentClient) SetDriveItemVersionContent(ctx context.Context, id beta.MeDriveIdItemIdVersionId, input []byte, ...) (result SetDriveItemVersionContentOperationResponse, err error) + type GetDriveItemVersionContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveItemVersionContentOperationOptions() GetDriveItemVersionContentOperationOptions + func (o GetDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemVersionContentOperationOptions) ToOData() *odata.Query + func (o GetDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemVersionContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveItemVersionContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveItemVersionContentOperationOptions() SetDriveItemVersionContentOperationOptions + func (o SetDriveItemVersionContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveItemVersionContentOperationOptions) ToOData() *odata.Query + func (o SetDriveItemVersionContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveItemVersionContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData