struct Client::RequestSearchCalls

Included Modules

Defined in:

pb-Client/CATS_Journal.pb.cr

Constant Summary

FIELDS = {1 => {name: :request_mask, pb_type: RequestMask, crystal_type: RequestMask, cast_type: RequestMask?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :caller_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :ext_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :agent_name, 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(request_mask : RequestMask | Nil = nil, caller_name : String | Nil = nil, caller_number : String | Nil = nil, ext_number : String | Nil = nil, agent_name : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def agent_name : String | Nil #

def agent_name=(agent_name : String | Nil) #

def caller_name : String | Nil #

def caller_name=(caller_name : String | Nil) #

def caller_number : String | Nil #

def caller_number=(caller_number : String | Nil) #

def ext_number : String | Nil #

def ext_number=(ext_number : String | Nil) #

def request_mask : RequestMask | Nil #

def request_mask=(request_mask : RequestMask | Nil) #

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

def to_protobuf #