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 DeleteDriveRootVersionContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootVersionContentOperationOptions() DeleteDriveRootVersionContentOperationOptions + func (o DeleteDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootVersionContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootVersionContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootVersionContentClient struct + Client *msgraph.Client + func NewDriveRootVersionContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootVersionContentClient, error) + func (c DriveRootVersionContentClient) DeleteDriveRootVersionContent(ctx context.Context, id beta.MeDriveIdRootVersionId, ...) (result DeleteDriveRootVersionContentOperationResponse, err error) + func (c DriveRootVersionContentClient) GetDriveRootVersionContent(ctx context.Context, id beta.MeDriveIdRootVersionId, ...) (result GetDriveRootVersionContentOperationResponse, err error) + func (c DriveRootVersionContentClient) SetDriveRootVersionContent(ctx context.Context, id beta.MeDriveIdRootVersionId, input []byte, ...) (result SetDriveRootVersionContentOperationResponse, err error) + type GetDriveRootVersionContentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveRootVersionContentOperationOptions() GetDriveRootVersionContentOperationOptions + func (o GetDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootVersionContentOperationOptions) ToOData() *odata.Query + func (o GetDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootVersionContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveRootVersionContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveRootVersionContentOperationOptions() SetDriveRootVersionContentOperationOptions + func (o SetDriveRootVersionContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveRootVersionContentOperationOptions) ToOData() *odata.Query + func (o SetDriveRootVersionContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveRootVersionContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData