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 DeleteDriveRootContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootContentOperationOptions() DeleteDriveRootContentOperationOptions + func (o DeleteDriveRootContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootContentClient struct + Client *msgraph.Client + func NewDriveRootContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootContentClient, error) + func (c DriveRootContentClient) DeleteDriveRootContent(ctx context.Context, id stable.MeDriveId, ...) (result DeleteDriveRootContentOperationResponse, err error) + func (c DriveRootContentClient) GetDriveRootContent(ctx context.Context, id stable.MeDriveId, ...) (result GetDriveRootContentOperationResponse, err error) + func (c DriveRootContentClient) SetDriveRootContent(ctx context.Context, id stable.MeDriveId, input []byte, ...) (result SetDriveRootContentOperationResponse, err error) + type GetDriveRootContentOperationOptions struct + Format *odata.Format + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveRootContentOperationOptions() GetDriveRootContentOperationOptions + func (o GetDriveRootContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootContentOperationOptions) ToOData() *odata.Query + func (o GetDriveRootContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveRootContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveRootContentOperationOptions() SetDriveRootContentOperationOptions + func (o SetDriveRootContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveRootContentOperationOptions) ToOData() *odata.Query + func (o SetDriveRootContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveRootContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData