View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListTargetSitesResponse (google_api_discovery_engine v0.24.0)
Response message for SiteSearchEngineService.ListTargetSites method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
targetSites(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTargetSite.t), default:nil) - List of TargetSites. -
totalSize(type:integer(), default:nil) - The total number of items matching the request. This will always be populated in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaListTargetSitesResponse{ nextPageToken: String.t() | nil, targetSites: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaTargetSite.t() ] | nil, totalSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.