Parameter class

Message describing Parameter resource

Constructors

Parameter.new({String? createTime, String? format, String? kmsKey, Map<String, String>? labels, String? name, ResourcePolicyMember? policyMember, String? updateTime})
Parameter.fromJson(Map json_)

Properties

createTime String?
Create time stamp
getter/setter pair
format String?
Specifies the format of a Parameter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kmsKey String?
Customer managed encryption key (CMEK) to use for encrypting the Parameter Versions.
getter/setter pair
labels Map<String, String>?
Labels as key value pairs
getter/setter pair
name String?
Identifier.
getter/setter pair
policyMember ResourcePolicyMember?
[Output-only] policy member strings of a Google Cloud 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