Waiting for engine...
Skip to main content

SpaceArtifactListingTagsV2QueryResponse

Hierarchical representation of Space artifact listing Tags.

type SpaceArtifactListingTagsV2QueryResponse {
name: String
tags: [ArtifactListingTag]
totalParentTags: Int
pageSize: Int
index: Int
}

Fields

SpaceArtifactListingTagsV2QueryResponse.name ● String scalar miscellaneous {#name}

Category Name.

SpaceArtifactListingTagsV2QueryResponse.tags ● [ArtifactListingTag] list object catalog-service {#tags}

Hierarchical tags structure as list of parent tags.

SpaceArtifactListingTagsV2QueryResponse.totalParentTags ● Int scalar miscellaneous {#total-parent-tags}

Total number of parent tags.

SpaceArtifactListingTagsV2QueryResponse.pageSize ● Int scalar miscellaneous {#page-size}

Page size.

SpaceArtifactListingTagsV2QueryResponse.index ● Int scalar miscellaneous {#index}

Current page index.

Returned By

spaceArtifactListingTagsV2 query

On this Page