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 DriveFollowingClient struct + Client *msgraph.Client + func NewDriveFollowingClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingClient, error) + func (c DriveFollowingClient) GetDriveFollowing(ctx context.Context, id beta.GroupIdDriveIdFollowingId, ...) (result GetDriveFollowingOperationResponse, err error) + func (c DriveFollowingClient) GetDriveFollowingCount(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveFollowingCountOperationResponse, err error) + func (c DriveFollowingClient) ListDriveFollowings(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveFollowingsOperationResponse, err error) + func (c DriveFollowingClient) ListDriveFollowingsComplete(ctx context.Context, id beta.GroupIdDriveId, ...) (ListDriveFollowingsCompleteResult, error) + func (c DriveFollowingClient) ListDriveFollowingsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveFollowingsCompleteResult, err error) + type DriveItemOperationPredicate struct + func (p DriveItemOperationPredicate) Matches(input beta.DriveItem) bool + type GetDriveFollowingCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveFollowingCountOperationOptions() GetDriveFollowingCountOperationOptions + func (o GetDriveFollowingCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveFollowingCountOperationOptions) ToOData() *odata.Query + func (o GetDriveFollowingCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveFollowingCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetDriveFollowingOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveFollowingOperationOptions() GetDriveFollowingOperationOptions + func (o GetDriveFollowingOperationOptions) ToHeaders() *client.Headers + func (o GetDriveFollowingOperationOptions) ToOData() *odata.Query + func (o GetDriveFollowingOperationOptions) ToQuery() *client.QueryParams + type GetDriveFollowingOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type ListDriveFollowingsCompleteResult struct + Items []beta.DriveItem + LatestHttpResponse *http.Response + type ListDriveFollowingsCustomPager struct + NextLink *odata.Link + func (p *ListDriveFollowingsCustomPager) NextPageLink() *odata.Link + type ListDriveFollowingsOperationOptions 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 DefaultListDriveFollowingsOperationOptions() ListDriveFollowingsOperationOptions + func (o ListDriveFollowingsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveFollowingsOperationOptions) ToOData() *odata.Query + func (o ListDriveFollowingsOperationOptions) ToQuery() *client.QueryParams + type ListDriveFollowingsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DriveItem + OData *odata.OData