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 DriveItemOperationPredicate struct + func (p DriveItemOperationPredicate) Matches(input beta.DriveItem) bool + type DriveSpecialClient struct + Client *msgraph.Client + func NewDriveSpecialClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveSpecialClient, error) + func (c DriveSpecialClient) GetDriveSpecial(ctx context.Context, id beta.UserIdDriveIdSpecialId, ...) (result GetDriveSpecialOperationResponse, err error) + func (c DriveSpecialClient) GetDriveSpecialCount(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveSpecialCountOperationResponse, err error) + func (c DriveSpecialClient) ListDriveSpecials(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveSpecialsOperationResponse, err error) + func (c DriveSpecialClient) ListDriveSpecialsComplete(ctx context.Context, id beta.UserIdDriveId, ...) (ListDriveSpecialsCompleteResult, error) + func (c DriveSpecialClient) ListDriveSpecialsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDriveId, ...) (result ListDriveSpecialsCompleteResult, err error) + type GetDriveSpecialCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveSpecialCountOperationOptions() GetDriveSpecialCountOperationOptions + func (o GetDriveSpecialCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveSpecialCountOperationOptions) ToOData() *odata.Query + func (o GetDriveSpecialCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveSpecialCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetDriveSpecialOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveSpecialOperationOptions() GetDriveSpecialOperationOptions + func (o GetDriveSpecialOperationOptions) ToHeaders() *client.Headers + func (o GetDriveSpecialOperationOptions) ToOData() *odata.Query + func (o GetDriveSpecialOperationOptions) ToQuery() *client.QueryParams + type GetDriveSpecialOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type ListDriveSpecialsCompleteResult struct + Items []beta.DriveItem + LatestHttpResponse *http.Response + type ListDriveSpecialsCustomPager struct + NextLink *odata.Link + func (p *ListDriveSpecialsCustomPager) NextPageLink() *odata.Link + type ListDriveSpecialsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListDriveSpecialsOperationOptions() ListDriveSpecialsOperationOptions + func (o ListDriveSpecialsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveSpecialsOperationOptions) ToOData() *odata.Query + func (o ListDriveSpecialsOperationOptions) ToQuery() *client.QueryParams + type ListDriveSpecialsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DriveItem + OData *odata.OData