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 DeleteDriveRootChildContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootChildContentOperationOptions() DeleteDriveRootChildContentOperationOptions + func (o DeleteDriveRootChildContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootChildContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootChildContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootChildContentClient struct + Client *msgraph.Client + func NewDriveRootChildContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootChildContentClient, error) + func (c DriveRootChildContentClient) DeleteDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, ...) (result DeleteDriveRootChildContentOperationResponse, err error) + func (c DriveRootChildContentClient) GetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, ...) (result GetDriveRootChildContentOperationResponse, err error) + func (c DriveRootChildContentClient) SetDriveRootChildContent(ctx context.Context, id stable.UserIdDriveIdRootChildId, input []byte, ...) (result SetDriveRootChildContentOperationResponse, err error) + type GetDriveRootChildContentOperationOptions struct + Format *odata.Format + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveRootChildContentOperationOptions() GetDriveRootChildContentOperationOptions + func (o GetDriveRootChildContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootChildContentOperationOptions) ToOData() *odata.Query + func (o GetDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootChildContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveRootChildContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveRootChildContentOperationOptions() SetDriveRootChildContentOperationOptions + func (o SetDriveRootChildContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveRootChildContentOperationOptions) ToOData() *odata.Query + func (o SetDriveRootChildContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveRootChildContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData