Show / Hide Table of Contents

Class GoogleSearchIdeahubV1betaTopicState

Represents topic state specific to a web property.

Inheritance
System.Object
GoogleSearchIdeahubV1betaTopicState
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.v1beta.Data
Assembly: Google.Apis.Ideahub.v1beta.dll
Syntax
public class GoogleSearchIdeahubV1betaTopicState : IDirectResponseSchema

Properties

Dismissed

Whether the topic is dismissed.

Declaration
[JsonProperty("dismissed")]
public virtual bool? Dismissed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Name

Unique identifier for the topic state. Format: platforms/{platform}/properties/{property}/topicStates/{topic_state}

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

Saved

Whether the topic is saved.

Declaration
[JsonProperty("saved")]
public virtual bool? Saved { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

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