struct Facebook::Proto::DaCheck
- Facebook::Proto::DaCheck
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/DaCheck.pb.crConstant Summary
-
FIELDS =
{1 => {name: :action_uri, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :key, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :result, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :user_message, 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(action_uri : String | Nil = nil, description : String | Nil = nil, key : String | Nil = nil, result : String | Nil = nil, title : String | Nil = nil, user_message : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #action_uri : String | Nil
- #action_uri=(action_uri : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #key : String | Nil
- #key=(key : String | Nil)
- #result : String | Nil
- #result=(result : String | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #user_message : String | Nil
- #user_message=(user_message : String | Nil)
Constructor Detail
def self.new(action_uri : String | Nil = nil, description : String | Nil = nil, key : String | Nil = nil, result : String | Nil = nil, title : String | Nil = nil, user_message : String | Nil = nil)
#