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

Information about video reviewers.

Attributes

  • type (type: String.t, default: nil) -
  • username (type: String.t, default: nil) - The username of the person doing the video review.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamVideoReviewer{
  type: String.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.