GoogleSearchIdeahubV1betaIdeaActivity class
An idea activity entry.
Constructors
-
GoogleSearchIdeahubV1betaIdeaActivity({List<
String> ? ideas, String? name, List<String> ? topics, String? type, String? uri}) - GoogleSearchIdeahubV1betaIdeaActivity.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ideas
↔ List<
String> ? -
The Idea IDs for this entry.
getter/setter pair
- name ↔ String?
-
Unique identifier for the idea activity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
topics
↔ List<
String> ? -
The Topic IDs for this entry.
getter/setter pair
- type ↔ String?
-
The type of activity performed.
Possible string values are:
getter/setter pair
- uri ↔ String?
-
The uri the activity relates to.
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