Class: ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop
- Defined in:
- lib/context_dev/models/brand_identify_from_transaction_response.rb
Defined Under Namespace
Classes: Color, Resolution
Instance Attribute Summary collapse
-
#colors ⇒ Array<ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Color>?
Array of colors in the backdrop image.
-
#resolution ⇒ ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Resolution?
Resolution of the backdrop image.
-
#url ⇒ String?
URL of the backdrop image.
Instance Method Summary collapse
- #initialize(hex: nil, name: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(hex: nil, name: nil) ⇒ Object
|
|
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 280
|
Instance Attribute Details
#colors ⇒ Array<ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Color>?
Array of colors in the backdrop image
244 245 |
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 244 optional :colors, -> { ContextDev::Internal::Type::ArrayOf[ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Color] } |
#resolution ⇒ ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Resolution?
Resolution of the backdrop image
251 252 |
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 251 optional :resolution, -> { ContextDev::Models::BrandIdentifyFromTransactionResponse::Brand::Backdrop::Resolution } |
#url ⇒ String?
URL of the backdrop image
258 |
# File 'lib/context_dev/models/brand_identify_from_transaction_response.rb', line 258 optional :url, String |