$Lien class

Used by:

  • cloudresourcemanager:v1 : Lien
  • cloudresourcemanager:v3 : Lien

Constructors

$Lien({String? createTime, String? name, String? origin, String? parent, String? reason, List<String>? restrictions})
$Lien.fromJson(Map json_)

Properties

createTime String?
The creation time of this Lien.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
A system-generated unique identifier for this Lien.
getter/setter pair
origin String?
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically.
getter/setter pair
parent String?
A reference to the resource this Lien is attached to.
getter/setter pair
reason String?
Concise user-visible strings indicating why an action cannot be performed on a resource.
getter/setter pair
restrictions List<String>?
The types of operations which should be blocked as a result of this Lien.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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