Class: ContextDev::Models::BrandRetrieveByNameResponse::Brand::Links

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/context_dev/models/brand_retrieve_by_name_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from ContextDev::Internal::Type::BaseModel

Instance Attribute Details

#blogString?

URL to the brand’s blog or news page

Returns:

  • (String, nil)


642
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 642

optional :blog, String, nil?: true

#careersString?

URL to the brand’s careers or job opportunities page

Returns:

  • (String, nil)


648
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 648

optional :careers, String, nil?: true

#contactString?

URL to the brand’s contact or contact us page

Returns:

  • (String, nil)


654
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 654

optional :contact, String, nil?: true

#pricingString?

URL to the brand’s pricing or plans page

Returns:

  • (String, nil)


660
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 660

optional :pricing, String, nil?: true

#privacyString?

URL to the brand’s privacy policy page

Returns:

  • (String, nil)


666
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 666

optional :privacy, String, nil?: true

#termsString?

URL to the brand’s terms of service or terms and conditions page

Returns:

  • (String, nil)


672
# File 'lib/context_dev/models/brand_retrieve_by_name_response.rb', line 672

optional :terms, String, nil?: true