OciRepoReleaseChannelsPage
No description
type OciRepoReleaseChannelsPage {
cursor: PaginationCursor!
items: [OciRepoReleaseChannel]
}
Fields
OciRepoReleaseChannelsPage.cursor ● PaginationCursor! non-null object {#cursor}
Pagination cursors
OciRepoReleaseChannelsPage.items ● [OciRepoReleaseChannel] list object {#items}
A list of type oci_repo_release_channel.
Member Of
OciRepo object