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 CreateDriveRootListItemLinkOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootListItemLinkOperationOptions() CreateDriveRootListItemLinkOperationOptions + func (o CreateDriveRootListItemLinkOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootListItemLinkOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootListItemLinkOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootListItemLinkOperationResponse struct + HttpResponse *http.Response + Model *stable.Permission + OData *odata.OData + type CreateDriveRootListItemLinkRequest struct + ExpirationDateTime nullable.Type[string] + Message nullable.Type[string] + Password nullable.Type[string] + Recipients *[]stable.DriveRecipient + RetainInheritedPermissions nullable.Type[bool] + Scope nullable.Type[string] + SendNotification nullable.Type[bool] + Type nullable.Type[string] + type DeleteDriveRootListItemOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootListItemOperationOptions() DeleteDriveRootListItemOperationOptions + func (o DeleteDriveRootListItemOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootListItemOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootListItemOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootListItemClient struct + Client *msgraph.Client + func NewDriveRootListItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemClient, error) + func (c DriveRootListItemClient) CreateDriveRootListItemLink(ctx context.Context, id stable.UserIdDriveId, ...) (result CreateDriveRootListItemLinkOperationResponse, err error) + func (c DriveRootListItemClient) DeleteDriveRootListItem(ctx context.Context, id stable.UserIdDriveId, ...) (result DeleteDriveRootListItemOperationResponse, err error) + func (c DriveRootListItemClient) GetDriveRootListItem(ctx context.Context, id stable.UserIdDriveId, ...) (result GetDriveRootListItemOperationResponse, err error) + func (c DriveRootListItemClient) UpdateDriveRootListItem(ctx context.Context, id stable.UserIdDriveId, input stable.ListItem, ...) (result UpdateDriveRootListItemOperationResponse, err error) + type GetDriveRootListItemOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootListItemOperationOptions() GetDriveRootListItemOperationOptions + func (o GetDriveRootListItemOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootListItemOperationOptions) ToOData() *odata.Query + func (o GetDriveRootListItemOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootListItemOperationResponse struct + HttpResponse *http.Response + Model *stable.ListItem + OData *odata.OData + type UpdateDriveRootListItemOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootListItemOperationOptions() UpdateDriveRootListItemOperationOptions + func (o UpdateDriveRootListItemOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootListItemOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootListItemOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData