UsageReportParameters class
Properties
-
boolValue
↔ bool?
-
Boolean value of the parameter.
getter/setter pair
-
datetimeValue
↔ DateTime?
-
The RFC 3339 formatted value of the parameter, for example
2010-10-28T10:26:35.000Z.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
intValue
↔ String?
-
Integer value of the parameter.
getter/setter pair
-
msgValue
↔ List<Map<String, Object?>>?
-
Nested message value of the parameter.
getter/setter pair
-
name
↔ String?
-
The name of the parameter.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringValue
↔ String?
-
String value of the parameter.
getter/setter pair