Sha256: d0c390ec05ad71dba0ce6ce06cc14078f7125fee7f84314933c81372b4578bfa
Contents?: true
Size: 554 Bytes
Versions: 46
Compression:
Stored size: 554 Bytes
Contents
# OryClient::SetProjectBrandingThemeBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( logo_type: null, logo_url: null, name: null, theme: null ) ```
Version data entries
46 entries across 46 versions & 1 rubygems