struct Facebook::Proto::AdCampaignLearningStageInfo

Included Modules

Defined in:

cli/proto/facebook/AdCampaignLearningStageInfo.pb.cr

Constant Summary

FIELDS = {1 => {name: :attribution_windows, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :conversions, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :exit_reason, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :last_sig_edit_ts, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :types, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, 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(attribution_windows : Array(String) | Nil = nil, conversions : Int64 | Nil = nil, exit_reason : String | Nil = nil, last_sig_edit_ts : Int64 | Nil = nil, status : String | Nil = nil, types : Array(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 attribution_windows : Array(String) | Nil #

def attribution_windows=(attribution_windows : Array(String) | Nil) #

def attribution_windows=(attribution_windows : Array(String) | Nil) #

def conversions : Int64 | Nil #

def conversions=(conversions : Int64 | Nil) #

def exit_reason : String | Nil #

def exit_reason=(exit_reason : String | Nil) #

def last_sig_edit_ts : Int64 | Nil #

def last_sig_edit_ts=(last_sig_edit_ts : Int64 | Nil) #

def status : String | Nil #

def status=(status : String | Nil) #

def to_hash #

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

def to_protobuf #

def types : Array(String) | Nil #

def types=(types : Array(String) | Nil) #

def types=(types : Array(String) | Nil) #