Interface SoftwareCatalogApiListCatalogRelationRequest

Hierarchy

  • SoftwareCatalogApiListCatalogRelationRequest

Properties

filterFromRef?: string

Filter relations by the reference of the first entity in the relation.

filterToRef?: string

Filter relations by the reference of the second entity in the relation.

filterType?: RelationType

Filter relations by type.

Include relationship data.

pageLimit?: number

Maximum number of relations in the response.

pageOffset?: number

Specific offset to use as the beginning of the returned page.

Generated using TypeDoc