ParameterVersion class
Message describing ParameterVersion resource
Constructors
- ParameterVersion.new({String? createTime, bool? disabled, String? kmsKeyVersion, String? name, ParameterVersionPayload? payload, String? updateTime})
- ParameterVersion.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Create time stamp
getter/setter pair
- disabled ↔ bool?
-
Disabled boolean to determine if a ParameterVersion acts as a metadata
only resource (payload is never returned if disabled is true).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyVersion ↔ String?
-
The resource name of the KMS key version used to encrypt the
ParameterVersion payload.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- payload ↔ ParameterVersionPayload?
-
Payload content of a ParameterVersion resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Update time stamp
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