View Source GoogleApi.MigrationCenter.V1.Model.FrameViolationEntry (google_api_migration_center v0.5.2)

A resource that contains a single violation of a reported AssetFrame resource.

Attributes

  • field (type: String.t, default: nil) - The field of the original frame where the violation occurred.
  • violation (type: String.t, default: nil) - A message describing the violation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.FrameViolationEntry{
  field: String.t() | nil,
  violation: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.