Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1ListSynonymSetsResponse

Response message for SynonymSetService.ListSynonymSets.

Inheritance
object
GoogleCloudContentwarehouseV1ListSynonymSetsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1ListSynonymSetsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

A page token, received from a previous ListSynonymSets call. Provide this to retrieve the subsequent page.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

SynonymSets

The synonymSets from the specified parent.

Declaration
[JsonProperty("synonymSets")]
public virtual IList<GoogleCloudContentwarehouseV1SynonymSet> SynonymSets { get; set; }
Property Value
Type Description
IList<GoogleCloudContentwarehouseV1SynonymSet>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX