GoogleCloudApigeeV1SecurityReport class
SecurityReport saves all the information about the created security report.
Constructors
- GoogleCloudApigeeV1SecurityReport({String? created, String? displayName, String? envgroupHostname, String? error, String? executionTime, GoogleCloudApigeeV1SecurityReportMetadata? queryParams, String? reportDefinitionId, GoogleCloudApigeeV1SecurityReportResultMetadata? result, String? resultFileSize, String? resultRows, String? self, String? state, String? updated})
 - GoogleCloudApigeeV1SecurityReport.fromJson(Map json_)
 
Properties
- created ↔ String?
 - 
  Creation time of the query.
  getter/setter pair
 - displayName ↔ String?
 - 
  Display Name specified by the user.
  getter/setter pair
 - envgroupHostname ↔ String?
 - 
  Hostname is available only when query is executed at host level.
  getter/setter pair
 - error ↔ String?
 - 
  Error is set when query fails.
  getter/setter pair
 - executionTime ↔ String?
 - 
  ExecutionTime is available only after the query is completed.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - queryParams ↔ GoogleCloudApigeeV1SecurityReportMetadata?
 - 
  Contains information like metrics, dimenstions etc of the Security Report.
  getter/setter pair
 - reportDefinitionId ↔ String?
 - 
  Report Definition ID.
  getter/setter pair
 - result ↔ GoogleCloudApigeeV1SecurityReportResultMetadata?
 - 
  Result is available only after the query is completed.
  getter/setter pair
 - resultFileSize ↔ String?
 - 
  ResultFileSize is available only after the query is completed.
  getter/setter pair
 - resultRows ↔ String?
 - 
  ResultRows is available only after the query is completed.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - self ↔ String?
 - 
  Self link of the query.
  getter/setter pair
 - state ↔ String?
 - 
  Query state could be "enqueued", "running", "completed", "expired" and
"failed".
  getter/setter pair
 - updated ↔ String?
 - 
  Last updated timestamp for the query.
  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