Class TeamsOwnershipMappingBatchResult

The result of a single operation. Add operations are processed first, then remove operations, so results may not appear in the same order as the request. Empty for remove operations.

Hierarchy

  • TeamsOwnershipMappingBatchResult

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 created by an add operation.

Generated using TypeDoc