Ory.Model.CreateProjectBranding (ory_client v1.1.23)

Create a Project Branding

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.CreateProjectBranding{
  logo_type: String.t() | nil,
  logo_url: String.t() | nil,
  name: String.t() | nil,
  theme: Ory.Model.ProjectBrandingColors.t() | nil
}