struct Facebook::Proto::AdReportSpec
- Facebook::Proto::AdReportSpec
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdReportSpec.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: :actions_group_by, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 4 => {name: :creation_source, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :data_columns, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 6 => {name: :date_preset, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :export_columns, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 8 => {name: :format_version, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :report_schedule_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :sort_by, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :sort_dir, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :time_increment, 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, account_id : String | Nil = nil, actions_group_by : Array(String) | Nil = nil, creation_source : String | Nil = nil, data_columns : Array(String) | Nil = nil, date_preset : String | Nil = nil, export_columns : Array(String) | Nil = nil, format_version : Int64 | Nil = nil, name : String | Nil = nil, report_schedule_id : String | Nil = nil, sort_by : String | Nil = nil, sort_dir : String | Nil = nil, time_increment : String | 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)
- #actions_group_by : Array(String) | Nil
- #actions_group_by=(actions_group_by : Array(String) | Nil)
- #actions_group_by=(actions_group_by : Array(String) | Nil)
- #creation_source : String | Nil
- #creation_source=(creation_source : String | Nil)
- #data_columns : Array(String) | Nil
- #data_columns=(data_columns : Array(String) | Nil)
- #data_columns=(data_columns : Array(String) | Nil)
- #date_preset : String | Nil
- #date_preset=(date_preset : String | Nil)
- #export_columns : Array(String) | Nil
- #export_columns=(export_columns : Array(String) | Nil)
- #export_columns=(export_columns : Array(String) | Nil)
- #format_version : Int64 | Nil
- #format_version=(format_version : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #report_schedule_id : String | Nil
- #report_schedule_id=(report_schedule_id : String | Nil)
- #sort_by : String | Nil
- #sort_by=(sort_by : String | Nil)
- #sort_dir : String | Nil
- #sort_dir=(sort_dir : String | Nil)
- #time_increment : String | Nil
- #time_increment=(time_increment : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(id : String | Nil = nil, account_id : String | Nil = nil, actions_group_by : Array(String) | Nil = nil, creation_source : String | Nil = nil, data_columns : Array(String) | Nil = nil, date_preset : String | Nil = nil, export_columns : Array(String) | Nil = nil, format_version : Int64 | Nil = nil, name : String | Nil = nil, report_schedule_id : String | Nil = nil, sort_by : String | Nil = nil, sort_dir : String | Nil = nil, time_increment : String | Nil = nil)
#