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 CreateDriveItemListItemLinkOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveItemListItemLinkOperationOptions() CreateDriveItemListItemLinkOperationOptions + func (o CreateDriveItemListItemLinkOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveItemListItemLinkOperationOptions) ToOData() *odata.Query + func (o CreateDriveItemListItemLinkOperationOptions) ToQuery() *client.QueryParams + type CreateDriveItemListItemLinkOperationResponse struct + HttpResponse *http.Response + Model *stable.Permission + OData *odata.OData + type CreateDriveItemListItemLinkRequest 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 DeleteDriveItemListItemOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemListItemOperationOptions() DeleteDriveItemListItemOperationOptions + func (o DeleteDriveItemListItemOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemListItemOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemListItemOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemListItemClient struct + Client *msgraph.Client + func NewDriveItemListItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemListItemClient, error) + func (c DriveItemListItemClient) CreateDriveItemListItemLink(ctx context.Context, id stable.MeDriveIdItemId, ...) (result CreateDriveItemListItemLinkOperationResponse, err error) + func (c DriveItemListItemClient) DeleteDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, ...) (result DeleteDriveItemListItemOperationResponse, err error) + func (c DriveItemListItemClient) GetDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, ...) (result GetDriveItemListItemOperationResponse, err error) + func (c DriveItemListItemClient) UpdateDriveItemListItem(ctx context.Context, id stable.MeDriveIdItemId, input stable.ListItem, ...) (result UpdateDriveItemListItemOperationResponse, err error) + type GetDriveItemListItemOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveItemListItemOperationOptions() GetDriveItemListItemOperationOptions + func (o GetDriveItemListItemOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemListItemOperationOptions) ToOData() *odata.Query + func (o GetDriveItemListItemOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemListItemOperationResponse struct + HttpResponse *http.Response + Model *stable.ListItem + OData *odata.OData + type UpdateDriveItemListItemOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveItemListItemOperationOptions() UpdateDriveItemListItemOperationOptions + func (o UpdateDriveItemListItemOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveItemListItemOperationOptions) ToOData() *odata.Query + func (o UpdateDriveItemListItemOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveItemListItemOperationResponse struct + HttpResponse *http.Response + OData *odata.OData