Class TeamsOwnershipMappingBatchOperation

A single add or remove operation, applied atomically with every other operation in the request.

Hierarchy

  • TeamsOwnershipMappingBatchOperation

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The mapping to add. Required when op is add.

Whether this operation adds a new mapping or removes an existing one.

Identifies an existing mapping to remove. Required when op is remove.

Generated using TypeDoc