GluePolicy class
A structure for returning a resource policy.
Constructors
- GluePolicy({DateTime? createTime, String? policyHash, String? policyInJson, DateTime? updateTime})
-
GluePolicy.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createTime → DateTime?
-
The date and time at which the policy was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- policyHash → String?
-
Contains the hash value associated with this policy.
final
- policyInJson → String?
-
Contains the requested policy document, in JSON format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime → DateTime?
-
The date and time at which the policy was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited