struct Facebook::Proto::AsyncRequest
- Facebook::Proto::AsyncRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AsyncRequest.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, 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: :result, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :status, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :type, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, 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 : Int64 | Nil = nil, account_id : String | Nil = nil, result : String | Nil = nil, status : Int64 | Nil = nil, type : Int64 | 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)
- #id : Int64 | Nil
- #id=(id : Int64 | Nil)
- #result : String | Nil
- #result=(result : String | Nil)
- #status : Int64 | Nil
- #status=(status : Int64 | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #type : Int64 | Nil
- #type=(type : Int64 | Nil)
Constructor Detail
def self.new(id : Int64 | Nil = nil, account_id : String | Nil = nil, result : String | Nil = nil, status : Int64 | Nil = nil, type : Int64 | Nil = nil)
#