SpaceArtifactListingTagsQueryResponse
Response type for querying Space artifact listing tags, including pagination info and tag data.
type SpaceArtifactListingTagsQueryResponse {
numberOfResults: Long
currentPageSize: Int
spaceArtifactListingTagsData: [ArtifactListingTag]
}
Fields
SpaceArtifactListingTagsQueryResponse.numberOfResults ● Long scalar platform {#number-of-results}
Total number of records.
SpaceArtifactListingTagsQueryResponse.currentPageSize ● Int scalar miscellaneous {#current-page-size}
Number of records on the current page.
SpaceArtifactListingTagsQueryResponse.spaceArtifactListingTagsData ● [ArtifactListingTag] list object catalog-service {#space-artifact-listing-tags-data}
Each element is of type ArtifactListingTag.
Returned By
spaceArtifactListingTags query
Was this topic helpful?