L0StorageModelPolicyRsp class Null safety
A L0 Storage Policy Response Model
Constructors
-
L0StorageModelPolicyRsp({DateTime? expires, String? keyPrefix, List<
String> ? compute, int? maxBytes, Map<String, String> ? fields}) -
L0StorageModelPolicyRsp.fromMap(Map<
String, dynamic> ? map)
Properties
-
compute
↔ List<
String> ? -
read / write
- expires ↔ DateTime?
-
read / write
-
fields
↔ Map<
String, String> ? -
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- keyPrefix ↔ String?
-
read / write
- maxBytes ↔ int?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
Overrides toString() method for useful error messages
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited