GoogleCloudResourcesettingsV1Value class

The data in a setting value.

Properties

booleanValue bool?
Defines this value as being a boolean value.
getter/setter pair
durationValue String?
Defines this value as being a Duration.
getter/setter pair
enumValue GoogleCloudResourcesettingsV1ValueEnumValue?
Defines this value as being a Enum.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringMapValue GoogleCloudResourcesettingsV1ValueStringMap?
Defines this value as being a StringMap.
getter/setter pair
stringSetValue GoogleCloudResourcesettingsV1ValueStringSet?
Defines this value as being a StringSet.
getter/setter pair
stringValue String?
Defines this value as being a string value.
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