struct Events::FailedToDoAThing
- Events::FailedToDoAThing
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
messages/events.pb.crConstant Summary
-
FIELDS =
{1 => {name: :user_uuid, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :correlation_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :uuid, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :context, pb_type: FailedToDoAThing::ContextEntry, crystal_type: FailedToDoAThing::ContextEntry, cast_type: Array(FailedToDoAThing::ContextEntry)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(user_uuid : String | Nil = nil, correlation_id : String | Nil = nil, uuid : String | Nil = nil, context : Array(FailedToDoAThing::ContextEntry) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #context : Array(FailedToDoAThing::ContextEntry) | Nil
- #context=(context : Array(FailedToDoAThing::ContextEntry) | Nil)
- #correlation_id : String | Nil
- #correlation_id=(correlation_id : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #user_uuid : String | Nil
- #user_uuid=(user_uuid : String | Nil)
- #uuid : String | Nil
- #uuid=(uuid : String | Nil)
Constructor Detail
def self.new(user_uuid : String | Nil = nil, correlation_id : String | Nil = nil, uuid : String | Nil = nil, context : Array(FailedToDoAThing::ContextEntry) | Nil = nil)
#