struct Facebook::Proto::ReachFrequencyEstimatesCurve
- Facebook::Proto::ReachFrequencyEstimatesCurve
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/ReachFrequencyEstimatesCurve.pb.crConstant Summary
-
FIELDS =
{1 => {name: :budget, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :conversion, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :impression, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 4 => {name: :interpolated_reach, pb_type: :double, crystal_type: Float64, cast_type: Float64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :num_points, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :raw_impression, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 7 => {name: :raw_reach, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 8 => {name: :reach, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, 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(budget : Array(Int64) | Nil = nil, conversion : Array(Int64) | Nil = nil, impression : Array(Int64) | Nil = nil, interpolated_reach : Float64 | Nil = nil, num_points : Int64 | Nil = nil, raw_impression : Array(Int64) | Nil = nil, raw_reach : Array(Int64) | Nil = nil, reach : Array(Int64) | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #budget : Array(Int64) | Nil
- #budget=(budget : Array(Int64) | Nil)
- #budget=(budget : Array(Int64) | Nil)
- #conversion : Array(Int64) | Nil
- #conversion=(conversion : Array(Int64) | Nil)
- #conversion=(conversion : Array(Int64) | Nil)
- #impression : Array(Int64) | Nil
- #impression=(impression : Array(Int64) | Nil)
- #impression=(impression : Array(Int64) | Nil)
- #interpolated_reach : Float64 | Nil
- #interpolated_reach=(interpolated_reach : Float64 | Nil)
- #num_points : Int64 | Nil
- #num_points=(num_points : Int64 | Nil)
- #raw_impression : Array(Int64) | Nil
- #raw_impression=(raw_impression : Array(Int64) | Nil)
- #raw_impression=(raw_impression : Array(Int64) | Nil)
- #raw_reach : Array(Int64) | Nil
- #raw_reach=(raw_reach : Array(Int64) | Nil)
- #raw_reach=(raw_reach : Array(Int64) | Nil)
- #reach : Array(Int64) | Nil
- #reach=(reach : Array(Int64) | Nil)
- #reach=(reach : Array(Int64) | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(budget : Array(Int64) | Nil = nil, conversion : Array(Int64) | Nil = nil, impression : Array(Int64) | Nil = nil, interpolated_reach : Float64 | Nil = nil, num_points : Int64 | Nil = nil, raw_impression : Array(Int64) | Nil = nil, raw_reach : Array(Int64) | Nil = nil, reach : Array(Int64) | Nil = nil)
#