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