OciRepoTagsPage
No description
type OciRepoTagsPage {
cursor: PaginationCursor!
items: [OciRepoTag]
}
Fields
OciRepoTagsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors for navigating between pages.
OciRepoTagsPage.items ● [OciRepoTag] list object {#items}
A list of type oci_repo_tag.
Member Of
OciRepo object