GoogleCloudApihubV1ConfigVariable class
ConfigVariable represents a additional configuration variable present in a PluginInstance Config or AuthConfig, based on a ConfigVariableTemplate.
Constructors
- GoogleCloudApihubV1ConfigVariable.new({bool? boolValue, GoogleCloudApihubV1ConfigValueOption? enumValue, String? intValue, String? key, GoogleCloudApihubV1MultiIntValues? multiIntValues, GoogleCloudApihubV1MultiSelectValues? multiSelectValues, GoogleCloudApihubV1MultiStringValues? multiStringValues, GoogleCloudApihubV1Secret? secretValue, String? stringValue})
- GoogleCloudApihubV1ConfigVariable.fromJson(Map json_)
Properties
- boolValue ↔ bool?
-
The config variable value in case of config variable of type boolean.
getter/setter pair
- enumValue ↔ GoogleCloudApihubV1ConfigValueOption?
-
The config variable value in case of config variable of type enum.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue ↔ String?
-
The config variable value in case of config variable of type integer.
getter/setter pair
- key ↔ String?
-
Key will be the id to uniquely identify the config variable.
getter/setter pair
- multiIntValues ↔ GoogleCloudApihubV1MultiIntValues?
-
The config variable value in case of config variable of type multi
integer.
getter/setter pair
- multiSelectValues ↔ GoogleCloudApihubV1MultiSelectValues?
-
The config variable value in case of config variable of type multi select.
getter/setter pair
- multiStringValues ↔ GoogleCloudApihubV1MultiStringValues?
-
The config variable value in case of config variable of type multi string.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretValue ↔ GoogleCloudApihubV1Secret?
-
The config variable value in case of config variable of type secret.
getter/setter pair
- stringValue ↔ String?
-
The config variable value in case of config variable of type string.
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