View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse (google_api_discovery_engine v0.22.0)
Response message for SiteSearchEngineService.FetchDomainVerificationStatus method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token that can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
targetSites
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TargetSite.t)
, default:nil
) - List of TargetSites containing the site verification status. -
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.V1.Model.GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse{ nextPageToken: String.t() | nil, targetSites: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1TargetSite.t() ] | nil, totalSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.