ListRemoteFilesRequest

case class ListRemoteFilesRequest(channel: Option[String], ts_from: Option[Int], ts_to: Option[Int], limit: Option[Int], cursor: Option[String])
Value parameters:
channel

Filter files appearing in a specific channel, indicated by its ID.

cursor

Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail.

limit

The maximum number of items to return.

ts_from

Filter files created after this timestamp (inclusive).

ts_to

Filter files created before this timestamp (inclusive).

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product