struct Facebook::Proto::ReachFrequencyCurveLowerConfidenceRange

Included Modules

Defined in:

cli/proto/facebook/ReachFrequencyCurveLowerConfidenceRange.pb.cr

Constant Summary

FIELDS = {1 => {name: :impression_lower, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :num_points, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :reach, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 4 => {name: :reach_lower, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 5 => {name: :uniq_video_views_2s_lower, pb_type: :int64, crystal_type: Int64, cast_type: Array(Int64)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 6 => {name: :video_views_2s_lower, 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(impression_lower : Array(Int64) | Nil = nil, num_points : Int64 | Nil = nil, reach : Array(Int64) | Nil = nil, reach_lower : Array(Int64) | Nil = nil, uniq_video_views_2s_lower : Array(Int64) | Nil = nil, video_views_2s_lower : 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 impression_lower : Array(Int64) | Nil #

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

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

def num_points : Int64 | Nil #

def num_points=(num_points : Int64 | Nil) #

def reach : Array(Int64) | Nil #

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

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

def reach_lower : Array(Int64) | Nil #

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

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

def to_hash #

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

def to_protobuf #

def uniq_video_views_2s_lower : Array(Int64) | Nil #

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

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

def video_views_2s_lower : Array(Int64) | Nil #

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

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