Class: Auth0::Types::UpdateBrandingPageBackground

Inherits:
Internal::Types::Model show all
Extended by:
Internal::Types::Union
Defined in:
lib/auth0/types/update_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

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

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