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 DeleteDriveBundleContentStreamOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveBundleContentStreamOperationOptions() DeleteDriveBundleContentStreamOperationOptions + func (o DeleteDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveBundleContentStreamOperationOptions) ToOData() *odata.Query + func (o DeleteDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveBundleContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveBundleContentStreamClient struct + Client *msgraph.Client + func NewDriveBundleContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveBundleContentStreamClient, error) + func (c DriveBundleContentStreamClient) DeleteDriveBundleContentStream(ctx context.Context, id beta.MeDriveIdBundleId, ...) (result DeleteDriveBundleContentStreamOperationResponse, err error) + func (c DriveBundleContentStreamClient) GetDriveBundleContentStream(ctx context.Context, id beta.MeDriveIdBundleId, ...) (result GetDriveBundleContentStreamOperationResponse, err error) + func (c DriveBundleContentStreamClient) SetDriveBundleContentStream(ctx context.Context, id beta.MeDriveIdBundleId, input []byte, ...) (result SetDriveBundleContentStreamOperationResponse, err error) + type GetDriveBundleContentStreamOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveBundleContentStreamOperationOptions() GetDriveBundleContentStreamOperationOptions + func (o GetDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers + func (o GetDriveBundleContentStreamOperationOptions) ToOData() *odata.Query + func (o GetDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams + type GetDriveBundleContentStreamOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveBundleContentStreamOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveBundleContentStreamOperationOptions() SetDriveBundleContentStreamOperationOptions + func (o SetDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers + func (o SetDriveBundleContentStreamOperationOptions) ToOData() *odata.Query + func (o SetDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams + type SetDriveBundleContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData