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

A client is be a Google product, or subproduct that provides content for AbuseIAm to classify.

Attributes

  • id (type: String.t, default: nil) -
  • subservice (type: String.t, default: nil) - The name of the subservice within a client. This subservice can be used to affect the flow of decision script, or selection of backend classifiers. For example, StreetView may want to specify a panel is insufficiently blurred (maybe there is a lisense plate or public sex, etc), which requires manual review then the subservice might be "blurring".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.