ListAssetsRequest

Request structure for listing assets

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space to list assets from

Link copied to clipboard

Filter results to only assets of this type

Link copied to clipboard

The maximum number of results to return in a single response

Link copied to clipboard

Pagination token from a previous response to retrieve the next page of results

Link copied to clipboard

Filter results to only assets updated after this timestamp

Link copied to clipboard

Filter results to only assets updated before this timestamp

Functions

Link copied to clipboard
inline fun copy(block: ListAssetsRequest.Builder.() -> Unit = {}): ListAssetsRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String