Class GoogleSearchIdeahubV1alphaTopic
Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
Inheritance
System.Object
GoogleSearchIdeahubV1alphaTopic
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Ideahub.v1alpha.Data
Assembly: Google.Apis.Ideahub.v1alpha.dll
Syntax
public class GoogleSearchIdeahubV1alphaTopic : IDirectResponseSchema
Properties
DisplayName
String displayed to the creator indicating the name of the Topic.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mid
The mID of the topic.
Declaration
[JsonProperty("mid")]
public virtual string Mid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Unique identifier for the topic. Format: topics/{topic}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema