Class TeamsOwnershipMappingBatchOperationData

The mapping to add. Required when op is add.

Hierarchy

  • TeamsOwnershipMappingBatchOperationData

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 mapping to add. team_handle and view_name are required when op is add. At least one of service or application_id must be provided.

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

Generated using TypeDoc