ScheduleRunRequest

Represents a request to the schedule run operation.

Types

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

Properties

Link copied to clipboard

The ARN of an application package to run tests against, created with CreateUpload. See ListUploads.

Link copied to clipboard

Information about the settings for the run to be scheduled.

Link copied to clipboard

The ARN of the device pool for the run to be scheduled.

Link copied to clipboard

The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.

Link copied to clipboard

Specifies configuration information about a test run, such as the execution timeout (in minutes).

Link copied to clipboard
val name: String?

The name for the run to be scheduled.

Link copied to clipboard

The ARN of the project for the run to be scheduled.

Link copied to clipboard

Information about the test for the run to be scheduled.

Functions

Link copied to clipboard
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