google_api_abusive_experience_report v0.2.0 GoogleApi.AbusiveExperienceReport.V1.Model.SiteSummaryResponse View Source

Response message for GetSiteSummary.

Attributes

  • abusiveStatus (type: String.t, default: nil) - The site's Abusive Experience Report status.

  • enforcementTime (type: DateTime.t, default: nil) - The time at which enforcement against the site began or will begin.

    Not set when the filter_status is OFF.

  • filterStatus (type: String.t, default: nil) - The site's enforcement status.

  • lastChangeTime (type: DateTime.t, default: nil) - The time at which the site's status last changed.

  • reportUrl (type: String.t, default: nil) - A link to the full Abusive Experience Report for the site.

    Not set in ViolatingSitesResponse.

    Note that you must complete the Search Console verification process for the site before you can access the full report.

  • reviewedSite (type: String.t, default: nil) - The name of the reviewed site, e.g. google.com.

  • underReview (type: boolean(), default: nil) - Whether the site is currently under review.

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() :: %GoogleApi.AbusiveExperienceReport.V1.Model.SiteSummaryResponse{
  abusiveStatus: String.t(),
  enforcementTime: DateTime.t(),
  filterStatus: String.t(),
  lastChangeTime: DateTime.t(),
  reportUrl: String.t(),
  reviewedSite: String.t(),
  underReview: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.