Class TeamsOwnershipMappingBatchResponse

The response body for the bulk create and remove operation. On success, atomic:results contains one entry per operation. Add results appear before remove results and may not match request order. Correlate add results by their type and id rather than by array position. On failure, no operations were applied and errors describes what went wrong.

Hierarchy

  • TeamsOwnershipMappingBatchResponse

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 result of each operation. Add operations are processed first, then remove operations, so results may not appear in the same order as the request. Present only on success.

The validation or processing errors encountered. Present only when the request could not be completed.

Generated using TypeDoc