ListReportJobsRequest

Types

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

Properties

Link copied to clipboard

Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.

Link copied to clipboard

Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.

Link copied to clipboard

Returns only report jobs with the specified report plan name.

Link copied to clipboard

Returns only report jobs that are in the specified status. The statuses are:

Link copied to clipboard

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Link copied to clipboard

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

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