View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListSynonymSetsResponse (google_api_content_warehouse v0.6.0)
Response message for SynonymSetService.ListSynonymSets.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A page token, received from a previousListSynonymSets
call. Provide this to retrieve the subsequent page. -
synonymSets
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet.t)
, default:nil
) - The synonymSets from the specified parent.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListSynonymSetsResponse{ nextPageToken: String.t() | nil, synonymSets: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SynonymSet.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.