google_api_ad_experience_report v0.3.0 GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse View Source
Response message for GetSiteSummary.
Attributes
- desktopSummary (GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t): Summary for the desktop review of the site. Defaults to
nil
. - mobileSummary (GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t): Summary for the mobile review of the site. Defaults to
nil
. - reviewedSite (String.t): The name of the site reviewed. 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.AdExperienceReport.V1.Model.SiteSummaryResponse{
desktopSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(),
mobileSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(),
reviewedSite: String.t()
}
t() :: %GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse{ desktopSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(), mobileSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(), reviewedSite: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.