Ory.Model.CreateProjectBranding (ory_client v1.1.46)

Create a Project Branding

Summary

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
}