google_api_accelerated_mobile_page_url v0.2.0 GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsResponse View Source
Batch AMP URL response.
Attributes
- ampUrls (list(GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrl.t)): For each URL in BatchAmpUrlsRequest, the URL response. The response might
not be in the same order as URLs in the batch request.
If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated
only once. Defaults to
nil
. - urlErrors (list(GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError.t)): The errors for requested URLs that have no AMP URL. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsResponse{
ampUrls: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrl.t()],
urlErrors: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError.t()]
}
t() :: %GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsResponse{ ampUrls: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrl.t()], urlErrors: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.