struct Murcure::Protos::QueryUsers
- Murcure::Protos::QueryUsers
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
murcure/utils/protos.crConstant Summary
-
FIELDS =
{1 => {name: :ids, pb_type: :uint32, crystal_type: UInt32, cast_type: Array(UInt32)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :names, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(ids : Array(UInt32) | Nil = nil, names : Array(String) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #ids : Array(UInt32) | Nil
- #ids=(ids : Array(UInt32) | Nil)
- #names : Array(String) | Nil
- #names=(names : Array(String) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf