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