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 DeleteDriveItemChildContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemChildContentOperationOptions() DeleteDriveItemChildContentOperationOptions + func (o DeleteDriveItemChildContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemChildContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemChildContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemChildContentClient struct + Client *msgraph.Client + func NewDriveItemChildContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemChildContentClient, error) + func (c DriveItemChildContentClient) DeleteDriveItemChildContent(ctx context.Context, id stable.UserIdDriveIdItemIdChildId, ...) (result DeleteDriveItemChildContentOperationResponse, err error) + func (c DriveItemChildContentClient) GetDriveItemChildContent(ctx context.Context, id stable.UserIdDriveIdItemIdChildId, ...) (result GetDriveItemChildContentOperationResponse, err error) + func (c DriveItemChildContentClient) SetDriveItemChildContent(ctx context.Context, id stable.UserIdDriveIdItemIdChildId, input []byte, ...) (result SetDriveItemChildContentOperationResponse, err error) + type GetDriveItemChildContentOperationOptions struct + Format *odata.Format + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveItemChildContentOperationOptions() GetDriveItemChildContentOperationOptions + func (o GetDriveItemChildContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemChildContentOperationOptions) ToOData() *odata.Query + func (o GetDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemChildContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveItemChildContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveItemChildContentOperationOptions() SetDriveItemChildContentOperationOptions + func (o SetDriveItemChildContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveItemChildContentOperationOptions) ToOData() *odata.Query + func (o SetDriveItemChildContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveItemChildContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData