GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails
Table of Contents ▼
Jump to a specific part of the page:
Description
An optional message that may contain details of the signals computation.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
basicInfo
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo
, default:nil
)
- -
isSmearedSignal
(type:boolean()
, default:nil
)
- Indicates whether the signal value is "smeared", e.g. extrapolated from other URLs.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails{
basicInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo.t() | nil,
isSmearedSignal: boolean() | nil
}
basicInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo.t() | nil,
isSmearedSignal: boolean() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails