struct Apps::GetShareScreen

Included Modules

Defined in:

pb-Apps/CATS_CallAction.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

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) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def adr_id : String | Nil #

def adr_id=(adr_id : String | Nil) #

def caller_number : String | Nil #

def caller_number=(caller_number : String | Nil) #

def customer_id : String | Nil #

def customer_id=(customer_id : String | Nil) #

def date_time_end : String | Nil #

def date_time_end=(date_time_end : String | Nil) #

def date_time_entered : String | Nil #

def date_time_entered=(date_time_entered : String | Nil) #

def date_time_start : String | Nil #

def date_time_start=(date_time_start : String | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #