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 DeleteDriveRootRetentionLabelOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootRetentionLabelOperationOptions() DeleteDriveRootRetentionLabelOperationOptions + func (o DeleteDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootRetentionLabelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootRetentionLabelClient struct + Client *msgraph.Client + func NewDriveRootRetentionLabelClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootRetentionLabelClient, error) + func (c DriveRootRetentionLabelClient) DeleteDriveRootRetentionLabel(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveRootRetentionLabelOperationResponse, err error) + func (c DriveRootRetentionLabelClient) GetDriveRootRetentionLabel(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootRetentionLabelOperationResponse, err error) + func (c DriveRootRetentionLabelClient) UpdateDriveRootRetentionLabel(ctx context.Context, id beta.UserIdDriveId, input beta.ItemRetentionLabel, ...) (result UpdateDriveRootRetentionLabelOperationResponse, err error) + type GetDriveRootRetentionLabelOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootRetentionLabelOperationOptions() GetDriveRootRetentionLabelOperationOptions + func (o GetDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query + func (o GetDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootRetentionLabelOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemRetentionLabel + OData *odata.OData + type UpdateDriveRootRetentionLabelOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootRetentionLabelOperationOptions() UpdateDriveRootRetentionLabelOperationOptions + func (o UpdateDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootRetentionLabelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData