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 DeleteDriveListItemDriveItemContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListItemDriveItemContentOperationOptions() DeleteDriveListItemDriveItemContentOperationOptions + func (o DeleteDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListItemDriveItemContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListItemDriveItemContentClient struct + Client *msgraph.Client + func NewDriveListItemDriveItemContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemDriveItemContentClient, error) + func (c DriveListItemDriveItemContentClient) DeleteDriveListItemDriveItemContent(ctx context.Context, id stable.UserIdDriveIdListItemId, ...) (result DeleteDriveListItemDriveItemContentOperationResponse, err error) + func (c DriveListItemDriveItemContentClient) GetDriveListItemDriveItemContent(ctx context.Context, id stable.UserIdDriveIdListItemId, ...) (result GetDriveListItemDriveItemContentOperationResponse, err error) + func (c DriveListItemDriveItemContentClient) SetDriveListItemDriveItemContent(ctx context.Context, id stable.UserIdDriveIdListItemId, input []byte, ...) (result SetDriveListItemDriveItemContentOperationResponse, err error) + type GetDriveListItemDriveItemContentOperationOptions struct + Format *odata.Format + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveListItemDriveItemContentOperationOptions() GetDriveListItemDriveItemContentOperationOptions + func (o GetDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query + func (o GetDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveListItemDriveItemContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveListItemDriveItemContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveListItemDriveItemContentOperationOptions() SetDriveListItemDriveItemContentOperationOptions + func (o SetDriveListItemDriveItemContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveListItemDriveItemContentOperationOptions) ToOData() *odata.Query + func (o SetDriveListItemDriveItemContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveListItemDriveItemContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData