GoogleSearchIdeahubV1betaTopic class
Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
Constructors
- GoogleSearchIdeahubV1betaTopic({String? displayName, String? mid, String? name})
- GoogleSearchIdeahubV1betaTopic.fromJson(Map _json)
Properties
- displayName ↔ String?
-
String displayed to the creator indicating the name of the Topic.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mid ↔ String?
-
The mID of the topic.
getter/setter pair
- name ↔ String?
-
Unique identifier for the topic.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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