The JSON:API data envelope for a teams ownership mapping create request.

Hierarchy

  • TeamsOwnershipMappingCreateData

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 attributes of the teams ownership mapping to create.

The type of the resource. The value should always be teams_ownership_mappings.

Generated using TypeDoc