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