struct Client::CreateCallBack
- Client::CreateCallBack
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_CallBack.pb.crConstant Summary
-
FIELDS =
{1 => {name: :agent, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :memo, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :callback_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {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(agent : String | 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)
- #agent : String | Nil
- #agent=(agent : String | Nil)
- #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)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(agent : String | Nil = nil, memo : String | Nil = nil, caller_number : String | Nil = nil, callback_number : String | Nil = nil, date_time_planned : String | Nil = nil)
#