View Source GoogleApi.ContentWarehouse.V1.Model.AbuseiamAbuseType (google_api_content_warehouse v0.4.0)

Attributes

  • id (type: String.t, default: nil) -
  • subtype (type: String.t, default: nil) - Optional client specific subtype of abuse that is too specific to belong in the above enumeration. For example, some client may want to differentiate nudity from graphic sex, but both are PORNOGRAPHY.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamAbuseType{
  id: String.t() | nil,
  subtype: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.