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 DeleteDriveListOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListOperationOptions() DeleteDriveListOperationOptions + func (o DeleteDriveListOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListClient struct + Client *msgraph.Client + func NewDriveListClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListClient, error) + func (c DriveListClient) DeleteDriveList(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveListOperationResponse, err error) + func (c DriveListClient) GetDriveList(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveListOperationResponse, err error) + func (c DriveListClient) UpdateDriveList(ctx context.Context, id beta.UserIdDriveId, input beta.List, ...) (result UpdateDriveListOperationResponse, err error) + type GetDriveListOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListOperationOptions() GetDriveListOperationOptions + func (o GetDriveListOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListOperationOptions) ToOData() *odata.Query + func (o GetDriveListOperationOptions) ToQuery() *client.QueryParams + type GetDriveListOperationResponse struct + HttpResponse *http.Response + Model *beta.List + OData *odata.OData + type UpdateDriveListOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListOperationOptions() UpdateDriveListOperationOptions + func (o UpdateDriveListOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListOperationResponse struct + HttpResponse *http.Response + OData *odata.OData