struct Facebook::Proto::ReachFrequencyEstimatesCurve

Included Modules

Defined in:

cli/proto/facebook/ReachFrequencyEstimatesCurve.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

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) #

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 budget : Array(Int64) | Nil #

def budget=(budget : Array(Int64) | Nil) #

def budget=(budget : Array(Int64) | Nil) #

def conversion : Array(Int64) | Nil #

def conversion=(conversion : Array(Int64) | Nil) #

def conversion=(conversion : Array(Int64) | Nil) #

def impression : Array(Int64) | Nil #

def impression=(impression : Array(Int64) | Nil) #

def impression=(impression : Array(Int64) | Nil) #

def interpolated_reach : Float64 | Nil #

def interpolated_reach=(interpolated_reach : Float64 | Nil) #

def num_points : Int64 | Nil #

def num_points=(num_points : Int64 | Nil) #

def raw_impression : Array(Int64) | Nil #

def raw_impression=(raw_impression : Array(Int64) | Nil) #

def raw_impression=(raw_impression : Array(Int64) | Nil) #

def raw_reach : Array(Int64) | Nil #

def raw_reach=(raw_reach : Array(Int64) | Nil) #

def raw_reach=(raw_reach : Array(Int64) | Nil) #

def reach : Array(Int64) | Nil #

def reach=(reach : Array(Int64) | Nil) #

def reach=(reach : Array(Int64) | Nil) #

def to_hash #

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

def to_protobuf #