struct Facebook::Proto::PageInsightsAsyncExportRun
- Facebook::Proto::PageInsightsAsyncExportRun
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/PageInsightsAsyncExportRun.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :data_level, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :format, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :gen_report_date, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :report_end_date, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :report_start_date, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : String | Nil = nil, data_level : String | Nil = nil, format : String | Nil = nil, gen_report_date : Int64 | Nil = nil, report_end_date : Int64 | Nil = nil, report_start_date : Int64 | Nil = nil, status : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #data_level : String | Nil
- #data_level=(data_level : String | Nil)
- #format : String | Nil
- #format=(format : String | Nil)
- #gen_report_date : Int64 | Nil
- #gen_report_date=(gen_report_date : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #report_end_date : Int64 | Nil
- #report_end_date=(report_end_date : Int64 | Nil)
- #report_start_date : Int64 | Nil
- #report_start_date=(report_start_date : Int64 | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(id : String | Nil = nil, data_level : String | Nil = nil, format : String | Nil = nil, gen_report_date : Int64 | Nil = nil, report_end_date : Int64 | Nil = nil, report_start_date : Int64 | Nil = nil, status : String | Nil = nil)
#