GetReportResult

data class GetReportResult(val chartType: String, val comments: List<String>, val createdAt: String, val dimensions: List<String>, val displayName: String, val environment: String, val filter: String, val fromTime: String, val lastModifiedAt: String, val lastViewedAt: String, val limit: String, val metrics: List<GoogleCloudApigeeV1CustomReportMetricResponse>, val name: String, val offset: String, val organization: String, val properties: List<GoogleCloudApigeeV1ReportPropertyResponse>, val sortByCols: List<String>, val sortOrder: String, val tags: List<String>, val timeUnit: String, val toTime: String, val topk: String)

Constructors

Link copied to clipboard
fun GetReportResult(chartType: String, comments: List<String>, createdAt: String, dimensions: List<String>, displayName: String, environment: String, filter: String, fromTime: String, lastModifiedAt: String, lastViewedAt: String, limit: String, metrics: List<GoogleCloudApigeeV1CustomReportMetricResponse>, name: String, offset: String, organization: String, properties: List<GoogleCloudApigeeV1ReportPropertyResponse>, sortByCols: List<String>, sortOrder: String, tags: List<String>, timeUnit: String, toTime: String, topk: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field contains the chart type for the report

Link copied to clipboard

Legacy field: not used. This field contains a list of comments associated with custom report

Link copied to clipboard

Unix time when the app was created json key: createdAt

Link copied to clipboard

This contains the list of dimensions for the report

Link copied to clipboard

This is the display name for the report

Link copied to clipboard

Environment name

Link copied to clipboard

This field contains the filter expression

Link copied to clipboard

Legacy field: not used. Contains the from time for the report

Link copied to clipboard

Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt

Link copied to clipboard

Last viewed time of this entity as milliseconds since epoch

Link copied to clipboard

Legacy field: not used This field contains the limit for the result retrieved

Link copied to clipboard

This contains the list of metrics

Link copied to clipboard

Unique identifier for the report T his is a legacy field used to encode custom report unique id

Link copied to clipboard

Legacy field: not used. This field contains the offset for the data

Link copied to clipboard

Organization name

Link copied to clipboard

This field contains report properties such as ui metadata etc.

Link copied to clipboard

Legacy field: not used much. Contains the list of sort by columns

Link copied to clipboard

Legacy field: not used much. Contains the sort order for the sort columns

Link copied to clipboard

Legacy field: not used. This field contains a list of tags associated with custom report

Link copied to clipboard

This field contains the time unit of aggregation for the report

Link copied to clipboard

Legacy field: not used. This field contains the top k parameter value for restricting the result

Link copied to clipboard

Legacy field: not used. Contains the end time for the report