Class: Auth0::Types::BrandingPageBackground
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Auth0::Types::BrandingPageBackground
- Extended by:
- Internal::Types::Union
- Defined in:
- lib/auth0/types/branding_page_background.rb
Overview
Page Background Color or Gradient. Property contains either null to unset, a solid color as a string value #FFFFFF, or a gradient as an object.
<pre><code>
type: 'linear-gradient',
start: '#FFFFFF',
end: '#000000',
angle_deg: 35
</code></pre>
Method Summary
Methods included from Internal::Types::Union
coerce, discriminant, load, member, members, type_member?
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Constructor Details
This class inherits a constructor from Auth0::Internal::Types::Model