struct Orc::Proto::UserMetadataItem
- Orc::Proto::UserMetadataItem
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant Summary
-
FIELDS =
{1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :value, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #name : String | Nil
- #name=(name : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #value : Slice(UInt8) | Nil
- #value=(value : Slice(UInt8) | Nil)