Google.Rpc.BadRequest.FieldViolation (ex_sui v0.1.0)
View SourceA message type used to describe a single bad request field.
Summary
Types
@type t() :: %Google.Rpc.BadRequest.FieldViolation{ __unknown_fields__: [Protobuf.unknown_field()], description: String.t(), field: String.t(), localized_message: Google.Rpc.LocalizedMessage.t() | nil, reason: String.t() }