struct Facebook::Proto::ExtendedCreditAllocationConfig

Included Modules

Defined in:

cli/proto/facebook/ExtendedCreditAllocationConfig.pb.cr

Constant Summary

FIELDS = {1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :liability_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :partition_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :request_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :send_bill_to, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Fields = {} of String => Field

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(id : String | Nil = nil, liability_type : String | Nil = nil, partition_type : String | Nil = nil, request_status : String | Nil = nil, send_bill_to : String | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def id : String | Nil #

def id=(id : String | Nil) #

def liability_type : String | Nil #

def liability_type=(liability_type : String | Nil) #

def partition_type : String | Nil #

def partition_type=(partition_type : String | Nil) #

def request_status : String | Nil #

def request_status=(request_status : String | Nil) #

def send_bill_to : String | Nil #

def send_bill_to=(send_bill_to : String | Nil) #

def to_hash #

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

def to_protobuf #