SapDiscoveryResource class
Message describing a resource.
Constructors
- SapDiscoveryResource({SapDiscoveryResourceInstanceProperties? instanceProperties, String? resourceKind, String? resourceType, String? resourceUri, String? updateTime})
- SapDiscoveryResource.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- instanceProperties ↔ SapDiscoveryResourceInstanceProperties?
- 
  A set of properties only applying to instance type resources.
  getter/setter pair
- 
  A list of resource URIs related to this resource.
  getter/setter pair
- resourceKind ↔ String?
- 
  ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
  getter/setter pair
- resourceType ↔ String?
- 
  The type of this resource.
  getter/setter pair
- resourceUri ↔ String?
- 
  URI of the resource, includes project, location, and name.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- updateTime ↔ String?
- 
  Unix timestamp of when this resource last had its discovery data updated.
  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