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 DeleteDriveFollowingContentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveFollowingContentOperationOptions() DeleteDriveFollowingContentOperationOptions + func (o DeleteDriveFollowingContentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveFollowingContentOperationOptions) ToOData() *odata.Query + func (o DeleteDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveFollowingContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveFollowingContentClient struct + Client *msgraph.Client + func NewDriveFollowingContentClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingContentClient, error) + func (c DriveFollowingContentClient) DeleteDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result DeleteDriveFollowingContentOperationResponse, err error) + func (c DriveFollowingContentClient) GetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result GetDriveFollowingContentOperationResponse, err error) + func (c DriveFollowingContentClient) SetDriveFollowingContent(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, ...) (result SetDriveFollowingContentOperationResponse, err error) + type GetDriveFollowingContentOperationOptions struct + Format *odata.Format + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveFollowingContentOperationOptions() GetDriveFollowingContentOperationOptions + func (o GetDriveFollowingContentOperationOptions) ToHeaders() *client.Headers + func (o GetDriveFollowingContentOperationOptions) ToOData() *odata.Query + func (o GetDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams + type GetDriveFollowingContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveFollowingContentOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveFollowingContentOperationOptions() SetDriveFollowingContentOperationOptions + func (o SetDriveFollowingContentOperationOptions) ToHeaders() *client.Headers + func (o SetDriveFollowingContentOperationOptions) ToOData() *odata.Query + func (o SetDriveFollowingContentOperationOptions) ToQuery() *client.QueryParams + type SetDriveFollowingContentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData