struct Facebook::Proto::AdCampaignLearningStageInfo
- Facebook::Proto::AdCampaignLearningStageInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdCampaignLearningStageInfo.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #attribution_windows : Array(String) | Nil
- #attribution_windows=(attribution_windows : Array(String) | Nil)
- #attribution_windows=(attribution_windows : Array(String) | Nil)
- #conversions : Int64 | Nil
- #conversions=(conversions : Int64 | Nil)
- #exit_reason : String | Nil
- #exit_reason=(exit_reason : String | Nil)
- #last_sig_edit_ts : Int64 | Nil
- #last_sig_edit_ts=(last_sig_edit_ts : Int64 | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #types : Array(String) | Nil
- #types=(types : Array(String) | Nil)
- #types=(types : Array(String) | Nil)
Constructor Detail
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)
#