Ory.Model.ProjectBranding (ory_client v1.1.23)
The Project Branding
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.ProjectBranding{ created_at: DateTime.t(), default_theme: Ory.Model.ProjectBrandingTheme.t(), id: String.t(), project_id: String.t(), themes: [Ory.Model.ProjectBrandingTheme.t()], updated_at: DateTime.t() }