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 DeleteDriveFollowingContentStreamOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveFollowingContentStreamOperationOptions() DeleteDriveFollowingContentStreamOperationOptions + func (o DeleteDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query + func (o DeleteDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveFollowingContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveFollowingContentStreamClient struct + Client *msgraph.Client + func NewDriveFollowingContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveFollowingContentStreamClient, error) + func (c DriveFollowingContentStreamClient) DeleteDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result DeleteDriveFollowingContentStreamOperationResponse, err error) + func (c DriveFollowingContentStreamClient) GetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, ...) (result GetDriveFollowingContentStreamOperationResponse, err error) + func (c DriveFollowingContentStreamClient) SetDriveFollowingContentStream(ctx context.Context, id beta.MeDriveIdFollowingId, input []byte, ...) (result SetDriveFollowingContentStreamOperationResponse, err error) + type GetDriveFollowingContentStreamOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveFollowingContentStreamOperationOptions() GetDriveFollowingContentStreamOperationOptions + func (o GetDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers + func (o GetDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query + func (o GetDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams + type GetDriveFollowingContentStreamOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveFollowingContentStreamOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveFollowingContentStreamOperationOptions() SetDriveFollowingContentStreamOperationOptions + func (o SetDriveFollowingContentStreamOperationOptions) ToHeaders() *client.Headers + func (o SetDriveFollowingContentStreamOperationOptions) ToOData() *odata.Query + func (o SetDriveFollowingContentStreamOperationOptions) ToQuery() *client.QueryParams + type SetDriveFollowingContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData