struct Client::UpdateCallBack
- Client::UpdateCallBack
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_CallBack.pb.crConstant Summary
-
FIELDS =
{1 => {name: :callback_id, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :status, pb_type: CallBackStatus, crystal_type: CallBackStatus, cast_type: CallBackStatus?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :archiv, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :memo, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :callback_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :date_time_planned, 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(callback_id : Int32, status : CallBackStatus | Nil = nil, archiv : Bool | Nil = nil, memo : String | Nil = nil, caller_number : String | Nil = nil, callback_number : String | Nil = nil, date_time_planned : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #archiv : Bool | Nil
- #archiv=(archiv : Bool | Nil)
- #callback_id : Int32
- #callback_id=(callback_id : Int32)
- #callback_number : String | Nil
- #callback_number=(callback_number : String | Nil)
- #caller_number : String | Nil
- #caller_number=(caller_number : String | Nil)
- #date_time_planned : String | Nil
- #date_time_planned=(date_time_planned : String | Nil)
- #memo : String | Nil
- #memo=(memo : String | Nil)
- #status : CallBackStatus | Nil
- #status=(status : CallBackStatus | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(callback_id : Int32, status : CallBackStatus | Nil = nil, archiv : Bool | Nil = nil, memo : String | Nil = nil, caller_number : String | Nil = nil, callback_number : String | Nil = nil, date_time_planned : String | Nil = nil)
#