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 partner-portal
Total number of records.
SpaceArtifactListingTagsQueryResponse.currentPageSize ● Int scalar miscellaneous
Number of records on the current page.
SpaceArtifactListingTagsQueryResponse.spaceArtifactListingTagsData ● [ArtifactListingTag] list object catalog-service
Each element is of type ArtifactListingTag.
Returned By
spaceArtifactListingTags query
Was this topic helpful?