AssetFrame class
Contains data reported from an inventory source on an asset.
Constructors
- 
          AssetFrame({Map<String, String> ? attributes, String? collectionType, DatabaseDeploymentDetails? databaseDeploymentDetails, DatabaseDetails? databaseDetails, Map<String, String> ? labels, MachineDetails? machineDetails, List<PerformanceSample> ? performanceSamples, String? reportTime, String? traceToken})
- AssetFrame.fromJson(Map json_)
Properties
- 
  attributes
  ↔ Map<String, String> ?
- 
  Generic asset attributes.
  getter/setter pair
- collectionType ↔ String?
- 
  Frame collection type, if not specified the collection type will be based
on the source type of the source the frame was reported on.
  getter/setter pair
- databaseDeploymentDetails ↔ DatabaseDeploymentDetails?
- 
  Asset information specific for database deployments.
  getter/setter pair
- databaseDetails ↔ DatabaseDetails?
- 
  Asset information specific for logical databases.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  Labels as key value pairs.
  getter/setter pair
- machineDetails ↔ MachineDetails?
- 
  Asset information specific for virtual machines.
  getter/setter pair
- 
  performanceSamples
  ↔ List<PerformanceSample> ?
- 
  Asset performance data samples.
  getter/setter pair
- reportTime ↔ String?
- 
  The time the data was reported.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- traceToken ↔ String?
- 
  Trace token is optionally provided to assist with debugging and
traceability.
  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