Class: HubSpotSDK::Models::BusinessUnits::PublicBusinessUnitLogoMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::BusinessUnits::PublicBusinessUnitLogoMetadata
- Defined in:
- lib/hubspot_sdk/models/business_units/public_business_unit_logo_metadata.rb
Instance Attribute Summary collapse
-
#logo_alt_text ⇒ String?
The logo’s alt text.
-
#logo_url ⇒ String?
The logo’s url.
-
#resized_url ⇒ String?
The logo’s resized url.
Instance Method Summary collapse
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(logo_alt_text: nil, logo_url: nil, resized_url: nil) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/business_units/public_business_unit_logo_metadata.rb', line 25
|
Instance Attribute Details
#logo_alt_text ⇒ String?
The logo’s alt text
11 |
# File 'lib/hubspot_sdk/models/business_units/public_business_unit_logo_metadata.rb', line 11 optional :logo_alt_text, String, api_name: :logoAltText |
#logo_url ⇒ String?
The logo’s url
17 |
# File 'lib/hubspot_sdk/models/business_units/public_business_unit_logo_metadata.rb', line 17 optional :logo_url, String, api_name: :logoUrl |
#resized_url ⇒ String?
The logo’s resized url
23 |
# File 'lib/hubspot_sdk/models/business_units/public_business_unit_logo_metadata.rb', line 23 optional :resized_url, String, api_name: :resizedUrl |