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