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