struct Facebook::Proto::AdReportRun

Included Modules

Defined in:

cli/proto/facebook/AdReportRun.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

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) #

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 account_id : String | Nil #

def account_id=(account_id : String | Nil) #

def async_percent_completion : Int64 | Nil #

def async_percent_completion=(async_percent_completion : Int64 | Nil) #

def async_status : String | Nil #

def async_status=(async_status : String | Nil) #

def date_start : String | Nil #

def date_start=(date_start : String | Nil) #

def date_stop : String | Nil #

def date_stop=(date_stop : String | Nil) #

def default_summary : Bool | Nil #

def default_summary=(default_summary : Bool | Nil) #

def emails : Array(String) | Nil #

def emails=(emails : Array(String) | Nil) #

def emails=(emails : Array(String) | Nil) #

def export_columns : Array(String) | Nil #

def export_columns=(export_columns : Array(String) | Nil) #

def export_columns=(export_columns : Array(String) | Nil) #

def export_format : String | Nil #

def export_format=(export_format : String | Nil) #

def export_name : String | Nil #

def export_name=(export_name : String | Nil) #

def fields : Array(String) | Nil #

def fields=(fields : Array(String) | Nil) #

def fields=(fields : Array(String) | Nil) #

def friendly_name : String | Nil #

def friendly_name=(friendly_name : String | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def is_bookmarked : Bool | Nil #

def is_bookmarked=(is_bookmarked : Bool | Nil) #

def is_running : Bool | Nil #

def is_running=(is_running : Bool | Nil) #

def product_id_limit : Int64 | Nil #

def product_id_limit=(product_id_limit : Int64 | Nil) #

def schedule_id : String | Nil #

def schedule_id=(schedule_id : String | Nil) #

def sort : Array(String) | Nil #

def sort=(sort : Array(String) | Nil) #

def sort=(sort : Array(String) | Nil) #

def summary : Array(String) | Nil #

def summary=(summary : Array(String) | Nil) #

def summary=(summary : Array(String) | Nil) #

def time_completed : Int64 | Nil #

def time_completed=(time_completed : Int64 | Nil) #

def time_increment : String | Nil #

def time_increment=(time_increment : String | Nil) #

def time_ref : Int64 | Nil #

def time_ref=(time_ref : Int64 | Nil) #

def to_hash #

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

def to_protobuf #

def use_account_attribution_setting : Bool | Nil #

def use_account_attribution_setting=(use_account_attribution_setting : Bool | Nil) #