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