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