Class GoogleCloudContentwarehouseV1ListSynonymSetsResponse
Response message for SynonymSetService.ListSynonymSets.
Implements
Inherited Members
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> |