struct Apps::CallControlMessages::NewCallOptions
- Apps::CallControlMessages::NewCallOptions
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Call_Control_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :account_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :auth_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :auto_originate, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :line_access_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :as_transfer, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(account_code : String | Nil = nil, auth_code : String | Nil = nil, auto_originate : Bool | Nil = nil, line_access_code : String | Nil = nil, as_transfer : Bool | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #account_code : String | Nil
- #account_code=(account_code : String | Nil)
- #as_transfer : Bool | Nil
- #as_transfer=(as_transfer : Bool | Nil)
- #auth_code : String | Nil
- #auth_code=(auth_code : String | Nil)
- #auto_originate : Bool | Nil
- #auto_originate=(auto_originate : Bool | Nil)
- #line_access_code : String | Nil
- #line_access_code=(line_access_code : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(account_code : String | Nil = nil, auth_code : String | Nil = nil, auto_originate : Bool | Nil = nil, line_access_code : String | Nil = nil, as_transfer : Bool | Nil = nil)
#