Sha256: 18dfd1418a338087bbcbd35a3146aec58c4efcfd50a5c99cc68324c10eb4b2ed
Contents?: true
Size: 654 Bytes
Versions: 65
Compression:
Stored size: 654 Bytes
Contents
# OryClient::CreateProjectBranding ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **favicon_type** | **String** | | [optional] | | **favicon_url** | **String** | | [optional] | | **logo_type** | **String** | | [optional] | | **logo_url** | **String** | | [optional] | | **name** | **String** | | [optional] | | **theme** | [**ProjectBrandingColors**](ProjectBrandingColors.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateProjectBranding.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