Show / Hide Table of Contents

Class GoogleSearchIdeahubV1alphaIdea

A single Idea that we want to show the end user.

Inheritance
System.Object
GoogleSearchIdeahubV1alphaIdea
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 GoogleSearchIdeahubV1alphaIdea : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Unique identifier for the idea. Format: ideas/{ideaId}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Text

The idea’s text.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
System.String

Topics

The Topics that match the idea.

Declaration
[JsonProperty("topics")]
public virtual IList<GoogleSearchIdeahubV1alphaTopic> Topics { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleSearchIdeahubV1alphaTopic>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top