GoogleCloudContentwarehouseV1Value class
Value
represents a dynamically typed value which can be either be a float,
a integer, a string, or a datetime value.
A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
Constructors
- GoogleCloudContentwarehouseV1Value({bool? booleanValue, GoogleTypeDateTime? datetimeValue, GoogleCloudContentwarehouseV1EnumValue? enumValue, double? floatValue, int? intValue, String? stringValue, GoogleCloudContentwarehouseV1TimestampValue? timestampValue})
- GoogleCloudContentwarehouseV1Value.fromJson(Map json_)
Properties
- booleanValue ↔ bool?
-
Represents a boolean value.
getter/setter pair
- datetimeValue ↔ GoogleTypeDateTime?
-
Represents a datetime value.
getter/setter pair
- enumValue ↔ GoogleCloudContentwarehouseV1EnumValue?
-
Represents an enum value.
getter/setter pair
- floatValue ↔ double?
-
Represents a float value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue ↔ int?
-
Represents a integer value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue ↔ String?
-
Represents a string value.
getter/setter pair
- timestampValue ↔ GoogleCloudContentwarehouseV1TimestampValue?
-
Represents a timestamp 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