View Source GoogleApi.CloudSearch.V1.Model.FieldViolation (google_api_cloud_search v0.20.0)

Attributes

  • description (type: String.t, default: nil) - The description of the error.
  • field (type: String.t, default: nil) - Path of field with violation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.FieldViolation{
  description: String.t() | nil,
  field: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.