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

Category Name.

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

Hierarchical tags structure as list of parent tags.

SpaceArtifactListingTagsV2QueryResponse.totalParentTags ● Int scalar miscellaneous

Total number of parent tags.

SpaceArtifactListingTagsV2QueryResponse.pageSize ● Int scalar miscellaneous

Page size.

SpaceArtifactListingTagsV2QueryResponse.index ● Int scalar miscellaneous

Current page index.

Returned By

spaceArtifactListingTagsV2 query

On this Page