struct Apps::CallPartnerInfo

Included Modules

Defined in:

pb-Apps/CATS_ExtStatus.pb.cr

Constant Summary

FIELDS = {1 => {name: :partner_number, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :partner_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :partner_data_set, pb_type: CATSDataSet, crystal_type: CATSDataSet, cast_type: CATSDataSet?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :is_extern, 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(partner_number : String, partner_name : String | Nil = nil, partner_data_set : CATSDataSet | Nil = nil, is_extern : Bool | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def is_extern : Bool | Nil #

def is_extern=(is_extern : Bool | Nil) #

def partner_data_set : CATSDataSet | Nil #

def partner_data_set=(partner_data_set : CATSDataSet | Nil) #

def partner_name : String | Nil #

def partner_name=(partner_name : String | Nil) #

def partner_number : String #

def partner_number=(partner_number : String) #

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

def to_protobuf #