struct Facebook::Proto::AdReportRun
- Facebook::Proto::AdReportRun
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdReportRun.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: :account_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :async_percent_completion, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :async_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :date_start, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :date_stop, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :emails, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 8 => {name: :friendly_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :is_bookmarked, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :is_running, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :schedule_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :time_completed, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :time_ref, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :default_summary, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :export_columns, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 16 => {name: :export_format, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :export_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :fields, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 19 => {name: :product_id_limit, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 20 => {name: :sort, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 21 => {name: :summary, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 22 => {name: :time_increment, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 23 => {name: :use_account_attribution_setting, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, 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, account_id : String | Nil = nil, async_percent_completion : Int64 | Nil = nil, async_status : String | Nil = nil, date_start : String | Nil = nil, date_stop : String | Nil = nil, emails : Array(String) | Nil = nil, friendly_name : String | Nil = nil, is_bookmarked : Bool | Nil = nil, is_running : Bool | Nil = nil, schedule_id : String | Nil = nil, time_completed : Int64 | Nil = nil, time_ref : Int64 | Nil = nil, default_summary : Bool | Nil = nil, export_columns : Array(String) | Nil = nil, export_format : String | Nil = nil, export_name : String | Nil = nil, fields : Array(String) | Nil = nil, product_id_limit : Int64 | Nil = nil, sort : Array(String) | Nil = nil, summary : Array(String) | Nil = nil, time_increment : String | Nil = nil, use_account_attribution_setting : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #account_id : String | Nil
- #account_id=(account_id : String | Nil)
- #async_percent_completion : Int64 | Nil
- #async_percent_completion=(async_percent_completion : Int64 | Nil)
- #async_status : String | Nil
- #async_status=(async_status : String | Nil)
- #date_start : String | Nil
- #date_start=(date_start : String | Nil)
- #date_stop : String | Nil
- #date_stop=(date_stop : String | Nil)
- #default_summary : Bool | Nil
- #default_summary=(default_summary : Bool | Nil)
- #emails : Array(String) | Nil
- #emails=(emails : Array(String) | Nil)
- #emails=(emails : Array(String) | Nil)
- #export_columns : Array(String) | Nil
- #export_columns=(export_columns : Array(String) | Nil)
- #export_columns=(export_columns : Array(String) | Nil)
- #export_format : String | Nil
- #export_format=(export_format : String | Nil)
- #export_name : String | Nil
- #export_name=(export_name : String | Nil)
- #fields : Array(String) | Nil
- #fields=(fields : Array(String) | Nil)
- #fields=(fields : Array(String) | Nil)
- #friendly_name : String | Nil
- #friendly_name=(friendly_name : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_bookmarked : Bool | Nil
- #is_bookmarked=(is_bookmarked : Bool | Nil)
- #is_running : Bool | Nil
- #is_running=(is_running : Bool | Nil)
- #product_id_limit : Int64 | Nil
- #product_id_limit=(product_id_limit : Int64 | Nil)
- #schedule_id : String | Nil
- #schedule_id=(schedule_id : String | Nil)
- #sort : Array(String) | Nil
- #sort=(sort : Array(String) | Nil)
- #sort=(sort : Array(String) | Nil)
- #summary : Array(String) | Nil
- #summary=(summary : Array(String) | Nil)
- #summary=(summary : Array(String) | Nil)
- #time_completed : Int64 | Nil
- #time_completed=(time_completed : Int64 | Nil)
- #time_increment : String | Nil
- #time_increment=(time_increment : String | Nil)
- #time_ref : Int64 | Nil
- #time_ref=(time_ref : Int64 | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #use_account_attribution_setting : Bool | Nil
- #use_account_attribution_setting=(use_account_attribution_setting : Bool | Nil)
Constructor Detail
def self.new(id : String | Nil = nil, account_id : String | Nil = nil, async_percent_completion : Int64 | Nil = nil, async_status : String | Nil = nil, date_start : String | Nil = nil, date_stop : String | Nil = nil, emails : Array(String) | Nil = nil, friendly_name : String | Nil = nil, is_bookmarked : Bool | Nil = nil, is_running : Bool | Nil = nil, schedule_id : String | Nil = nil, time_completed : Int64 | Nil = nil, time_ref : Int64 | Nil = nil, default_summary : Bool | Nil = nil, export_columns : Array(String) | Nil = nil, export_format : String | Nil = nil, export_name : String | Nil = nil, fields : Array(String) | Nil = nil, product_id_limit : Int64 | Nil = nil, sort : Array(String) | Nil = nil, summary : Array(String) | Nil = nil, time_increment : String | Nil = nil, use_account_attribution_setting : Bool | Nil = nil)
#