struct Apps::CallControlMessages::ConsultationCallArgument
- Apps::CallControlMessages::ConsultationCallArgument
- 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: :existing_call, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :consulted_device, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :options, pb_type: NewCallOptions, crystal_type: NewCallOptions, cast_type: NewCallOptions?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(base_device : String | Nil = nil, existing_call : Int64 | Nil = nil, consulted_device : String | Nil = nil, options : NewCallOptions | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #base_device : String | Nil
- #base_device=(base_device : String | Nil)
- #consulted_device : String | Nil
- #consulted_device=(consulted_device : String | Nil)
- #existing_call : Int64 | Nil
- #existing_call=(existing_call : Int64 | Nil)
- #options : NewCallOptions | Nil
- #options=(options : NewCallOptions | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(base_device : String | Nil = nil, existing_call : Int64 | Nil = nil, consulted_device : String | Nil = nil, options : NewCallOptions | Nil = nil)
#