Class: ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop
- Defined in:
- lib/context_dev/models/brand_retrieve_by_email_response.rb
Defined Under Namespace
Classes: Color, Resolution
Instance Attribute Summary collapse
-
#colors ⇒ Array<ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop::Color>?
Array of colors in the backdrop image.
-
#resolution ⇒ ContextDev::Models::BrandRetrieveByEmailResponse::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_retrieve_by_email_response.rb', line 278
|
Instance Attribute Details
#colors ⇒ Array<ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop::Color>?
Array of colors in the backdrop image
243 244 |
# File 'lib/context_dev/models/brand_retrieve_by_email_response.rb', line 243 optional :colors, -> { ContextDev::Internal::Type::ArrayOf[ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop::Color] } |
#resolution ⇒ ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop::Resolution?
Resolution of the backdrop image
250 |
# File 'lib/context_dev/models/brand_retrieve_by_email_response.rb', line 250 optional :resolution, -> { ContextDev::Models::BrandRetrieveByEmailResponse::Brand::Backdrop::Resolution } |
#url ⇒ String?
URL of the backdrop image
256 |
# File 'lib/context_dev/models/brand_retrieve_by_email_response.rb', line 256 optional :url, String |