View Source GoogleApi.ContentWarehouse.V1.Model.AbuseiamClusterEvaluationContext (google_api_content_warehouse v0.3.0)

Extra information regarding evaluations received through cluster review.

Attributes

  • clusterFamily (type: String.t, default: nil) - The family of the cluster where the case received the evaluation.
  • clusterRowkey (type: String.t, default: nil) - The AbuseIAm rowkey of the cluster where the case received an evaluation.
  • gaiaIdToEscalate (type: String.t, default: nil) - The gaia id of a mail box that ops can send inquiries to for appeals. Used only by user clusters to fill a required gatekeeper param. See gaia_disableserver.DisableSpec.escalate_to field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamClusterEvaluationContext{
  clusterFamily: String.t() | nil,
  clusterRowkey: String.t() | nil,
  gaiaIdToEscalate: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.