Sha256: c3c7469739961d841b61af6af62c283c1355919128c733dbc3e6b2ee2a6b2655
Contents?: true
Size: 719 Bytes
Versions: 65
Compression:
Stored size: 719 Bytes
Contents
# OryClient::SetProjectBrandingThemeBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **favicon_type** | **String** | Favicon Type | [optional] | | **favicon_url** | **String** | Favicon URL | [optional] | | **logo_type** | **String** | Logo type | [optional] | | **logo_url** | **String** | Logo URL | [optional] | | **name** | **String** | Branding name | [optional] | | **theme** | [**ProjectBrandingColors**](ProjectBrandingColors.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SetProjectBrandingThemeBody.new( favicon_type: null, favicon_url: null, logo_type: null, logo_url: null, name: null, theme: null ) ```
Version data entries
65 entries across 65 versions & 1 rubygems