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