struct Facebook::Proto::AdAsyncRequestSet
- Facebook::Proto::AdAsyncRequestSet
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AdAsyncRequestSet.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: :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
- .new(buf : Protobuf::Buffer)
- .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)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #canceled_count : Int64 | Nil
- #canceled_count=(canceled_count : Int64 | Nil)
- #created_time : Datetime | Nil
- #created_time=(created_time : Datetime | Nil)
- #error_count : Int64 | Nil
- #error_count=(error_count : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #in_progress_count : Int64 | Nil
- #in_progress_count=(in_progress_count : Int64 | Nil)
- #initial_count : Int64 | Nil
- #initial_count=(initial_count : Int64 | Nil)
- #is_completed : Bool | Nil
- #is_completed=(is_completed : Bool | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #notification_mode : String | Nil
- #notification_mode=(notification_mode : String | Nil)
- #notification_status : String | Nil
- #notification_status=(notification_status : String | Nil)
- #notification_uri : String | Nil
- #notification_uri=(notification_uri : String | Nil)
- #owner_id : String | Nil
- #owner_id=(owner_id : String | Nil)
- #success_count : Int64 | Nil
- #success_count=(success_count : Int64 | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #total_count : Int64 | Nil
- #total_count=(total_count : Int64 | Nil)
- #updated_time : Datetime | Nil
- #updated_time=(updated_time : Datetime | Nil)
Constructor Detail
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)
#