Lists sites with Abusive Experience Report statuses of "Failing".
list(x__xgafv=None)
Lists sites with Abusive Experience Report statuses of "Failing". Args: x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for ListViolatingSites. "violatingSites": [ # A list of summaries of violating sites. { # Response message for GetSiteSummary. "lastChangeTime": "A String", # The last time that the site changed status. "abusiveStatus": "A String", # The status of the site reviewed for the abusive experiences. "reportUrl": "A String", # A link that leads to a full abusive experience report. "underReview": True or False, # Whether the site is currently under review. "enforcementTime": "A String", # The date on which enforcement begins. "filterStatus": "A String", # The abusive experience enforcement status of the site. "reviewedSite": "A String", # The name of the site reviewed. }, ], }