struct Client::Image
- Client::Image
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_ExtStatus.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :image, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :date_time_created, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : Int32, image : Slice(UInt8) | Nil = nil, date_time_created : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #date_time_created : String | Nil
- #date_time_created=(date_time_created : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #image : Slice(UInt8) | Nil
- #image=(image : Slice(UInt8) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(id : Int32, image : Slice(UInt8) | Nil = nil, date_time_created : String | Nil = nil)
#