AbuseiamContentRestriction

GoogleApi.ContentWarehouse.V1.Model.AbuseiamContentRestriction


Table of Contents ▼

Jump to a specific part of the page:

Description

Pair of Verdicts used for ProjectR age/geo gating. See http://go/projectr for more information.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. adminVerdict (type: list(GoogleApi.ContentWarehouse.V1.Model.AbuseiamVerdict), default: nil)
    - Takedowns specified by admins via AbuseIAm
  2. userVerdict (type: list(GoogleApi.ContentWarehouse.V1.Model.AbuseiamVerdict), default: nil)
    - User-specified takedowns

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamContentRestriction{
adminVerdict: [GoogleApi.ContentWarehouse.V1.Model.AbuseiamVerdict.t()] | nil,
userVerdict: [GoogleApi.ContentWarehouse.V1.Model.AbuseiamVerdict.t()] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AbuseiamContentRestriction