GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo class

ResourceInfo represents the information/status of an app connector resource.

Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
Unique Id for the resource.
getter/setter pair
resource Map<String, Object?>?
Specific details for the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Overall health status.
getter/setter pair
sub List<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo>?
List of Info for the sub level resources.
getter/setter pair
time String?
The timestamp to collect the info.
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