Documentation ¶
Index ¶
- type DeleteDriveRootRetentionLabelOperationOptions
- type DeleteDriveRootRetentionLabelOperationResponse
- type DriveRootRetentionLabelClient
- func (c DriveRootRetentionLabelClient) DeleteDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, ...) (result DeleteDriveRootRetentionLabelOperationResponse, err error)
- func (c DriveRootRetentionLabelClient) GetDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootRetentionLabelOperationResponse, err error)
- func (c DriveRootRetentionLabelClient) UpdateDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, input beta.ItemRetentionLabel, ...) (result UpdateDriveRootRetentionLabelOperationResponse, err error)
- type GetDriveRootRetentionLabelOperationOptions
- type GetDriveRootRetentionLabelOperationResponse
- type UpdateDriveRootRetentionLabelOperationOptions
- type UpdateDriveRootRetentionLabelOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootRetentionLabelOperationOptions ¶
type DeleteDriveRootRetentionLabelOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootRetentionLabelOperationOptions ¶
func DefaultDeleteDriveRootRetentionLabelOperationOptions() DeleteDriveRootRetentionLabelOperationOptions
func (DeleteDriveRootRetentionLabelOperationOptions) ToHeaders ¶
func (o DeleteDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootRetentionLabelOperationOptions) ToOData ¶
func (o DeleteDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootRetentionLabelOperationOptions) ToQuery ¶
func (o DeleteDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams
type DriveRootRetentionLabelClient ¶
func NewDriveRootRetentionLabelClientWithBaseURI ¶
func NewDriveRootRetentionLabelClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootRetentionLabelClient, error)
func (DriveRootRetentionLabelClient) DeleteDriveRootRetentionLabel ¶
func (c DriveRootRetentionLabelClient) DeleteDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, options DeleteDriveRootRetentionLabelOperationOptions) (result DeleteDriveRootRetentionLabelOperationResponse, err error)
DeleteDriveRootRetentionLabel - Delete navigation property retentionLabel for groups
func (DriveRootRetentionLabelClient) GetDriveRootRetentionLabel ¶
func (c DriveRootRetentionLabelClient) GetDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, options GetDriveRootRetentionLabelOperationOptions) (result GetDriveRootRetentionLabelOperationResponse, err error)
GetDriveRootRetentionLabel - Get retentionLabel from groups. Information about retention label and settings enforced on the driveItem. Read-write.
func (DriveRootRetentionLabelClient) UpdateDriveRootRetentionLabel ¶
func (c DriveRootRetentionLabelClient) UpdateDriveRootRetentionLabel(ctx context.Context, id beta.GroupIdDriveId, input beta.ItemRetentionLabel, options UpdateDriveRootRetentionLabelOperationOptions) (result UpdateDriveRootRetentionLabelOperationResponse, err error)
UpdateDriveRootRetentionLabel - Update the navigation property retentionLabel in groups
type GetDriveRootRetentionLabelOperationOptions ¶
type GetDriveRootRetentionLabelOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootRetentionLabelOperationOptions ¶
func DefaultGetDriveRootRetentionLabelOperationOptions() GetDriveRootRetentionLabelOperationOptions
func (GetDriveRootRetentionLabelOperationOptions) ToHeaders ¶
func (o GetDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootRetentionLabelOperationOptions) ToOData ¶
func (o GetDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query
func (GetDriveRootRetentionLabelOperationOptions) ToQuery ¶
func (o GetDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootRetentionLabelOperationOptions ¶
type UpdateDriveRootRetentionLabelOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootRetentionLabelOperationOptions ¶
func DefaultUpdateDriveRootRetentionLabelOperationOptions() UpdateDriveRootRetentionLabelOperationOptions
func (UpdateDriveRootRetentionLabelOperationOptions) ToHeaders ¶
func (o UpdateDriveRootRetentionLabelOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootRetentionLabelOperationOptions) ToOData ¶
func (o UpdateDriveRootRetentionLabelOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootRetentionLabelOperationOptions) ToQuery ¶
func (o UpdateDriveRootRetentionLabelOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.