GoogleCloudApigeeV1CustomReport class

Constructors

GoogleCloudApigeeV1CustomReport({String? chartType, List<String>? comments, String? createdAt, List<String>? dimensions, String? displayName, String? environment, String? filter, String? fromTime, String? lastModifiedAt, String? lastViewedAt, String? limit, List<GoogleCloudApigeeV1CustomReportMetric>? metrics, String? name, String? offset, String? organization, List<GoogleCloudApigeeV1ReportProperty>? properties, List<String>? sortByCols, String? sortOrder, List<String>? tags, String? timeUnit, String? toTime, String? topk})
GoogleCloudApigeeV1CustomReport.fromJson(Map json_)

Properties

chartType String?
This field contains the chart type for the report
getter/setter pair
comments List<String>?
Legacy field: not used.
getter/setter pair
createdAt String?
Unix time when the app was created json key: createdAt
getter/setter pair
dimensions List<String>?
This contains the list of dimensions for the report
getter/setter pair
displayName String?
This is the display name for the report
getter/setter pair
environment String?
Environment name
getter/setter pair
filter String?
This field contains the filter expression
getter/setter pair
fromTime String?
Legacy field: not used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAt String?
Modified time of this entity as milliseconds since epoch.
getter/setter pair
lastViewedAt String?
Last viewed time of this entity as milliseconds since epoch
getter/setter pair
limit String?
Legacy field: not used This field contains the limit for the result retrieved
getter/setter pair
metrics List<GoogleCloudApigeeV1CustomReportMetric>?
This contains the list of metrics
getter/setter pair
name String?
Unique identifier for the report T his is a legacy field used to encode custom report unique id
getter/setter pair
offset String?
Legacy field: not used.
getter/setter pair
organization String?
Organization name
getter/setter pair
properties List<GoogleCloudApigeeV1ReportProperty>?
This field contains report properties such as ui metadata etc.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortByCols List<String>?
Legacy field: not used much.
getter/setter pair
sortOrder String?
Legacy field: not used much.
getter/setter pair
tags List<String>?
Legacy field: not used.
getter/setter pair
timeUnit String?
This field contains the time unit of aggregation for the report
getter/setter pair
topk String?
Legacy field: not used.
getter/setter pair
toTime String?
Legacy field: not used.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited