struct Apps::CallControlMessages::DeflectCallArgument
- Apps::CallControlMessages::DeflectCallArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Call_Control_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :base_device, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :call_to_be_diverted, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :new_destination, 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(base_device : String | Nil = nil, call_to_be_diverted : Int64 | Nil = nil, new_destination : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #base_device : String | Nil
- #base_device=(base_device : String | Nil)
- #call_to_be_diverted : Int64 | Nil
- #call_to_be_diverted=(call_to_be_diverted : Int64 | Nil)
- #new_destination : String | Nil
- #new_destination=(new_destination : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(base_device : String | Nil = nil, call_to_be_diverted : Int64 | Nil = nil, new_destination : String | Nil = nil)
#