struct Facebook::Proto::AdAsyncRequestSet

Included Modules

Defined in:

cli/proto/facebook/AdAsyncRequestSet.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: :canceled_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :created_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :error_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :in_progress_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :initial_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :is_completed, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :notification_mode, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :notification_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :notification_uri, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :owner_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :success_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :total_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :updated_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, 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, canceled_count : Int64 | Nil = nil, created_time : Datetime | Nil = nil, error_count : Int64 | Nil = nil, in_progress_count : Int64 | Nil = nil, initial_count : Int64 | Nil = nil, is_completed : Bool | Nil = nil, name : String | Nil = nil, notification_mode : String | Nil = nil, notification_status : String | Nil = nil, notification_uri : String | Nil = nil, owner_id : String | Nil = nil, success_count : Int64 | Nil = nil, total_count : Int64 | Nil = nil, updated_time : Datetime | 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 canceled_count : Int64 | Nil #

def canceled_count=(canceled_count : Int64 | Nil) #

def created_time : Datetime | Nil #

def created_time=(created_time : Datetime | Nil) #

def error_count : Int64 | Nil #

def error_count=(error_count : Int64 | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def in_progress_count : Int64 | Nil #

def in_progress_count=(in_progress_count : Int64 | Nil) #

def initial_count : Int64 | Nil #

def initial_count=(initial_count : Int64 | Nil) #

def is_completed : Bool | Nil #

def is_completed=(is_completed : Bool | Nil) #

def name : String | Nil #

def name=(name : String | Nil) #

def notification_mode : String | Nil #

def notification_mode=(notification_mode : String | Nil) #

def notification_status : String | Nil #

def notification_status=(notification_status : String | Nil) #

def notification_uri : String | Nil #

def notification_uri=(notification_uri : String | Nil) #

def owner_id : String | Nil #

def owner_id=(owner_id : String | Nil) #

def success_count : Int64 | Nil #

def success_count=(success_count : Int64 | Nil) #

def to_hash #

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

def to_protobuf #

def total_count : Int64 | Nil #

def total_count=(total_count : Int64 | Nil) #

def updated_time : Datetime | Nil #

def updated_time=(updated_time : Datetime | Nil) #