GoogleCloudContentwarehouseV1ListSynonymSetsResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListSynonymSetsResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for SynonymSetService.ListSynonymSets.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. nextPageToken (type: String.t, default: nil)
    - A page token, received from a previous ListSynonymSets call. Provide this to retrieve the subsequent page.
  2. synonymSets (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet), default: nil)
    - The synonymSets from the specified parent.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListSynonymSetsResponse{
nextPageToken: String.t() | nil,
synonymSets: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet.t() ] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListSynonymSetsResponse