Sha256: 2f721a364c4e6dd6a57aadbe7175e396e5637237a1fd046409f5a44f99e39771
Contents?: true
Size: 831 Bytes
Versions: 36
Compression:
Stored size: 831 Bytes
Contents
# OryClient::ProjectBranding ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Customization Creation Date | [readonly] | | **default_theme** | [**ProjectBrandingTheme**](ProjectBrandingTheme.md) | | | | **id** | **String** | The customization ID. | [readonly] | | **project_id** | **String** | The Project's ID this customization is associated with | | | **themes** | [**Array<ProjectBrandingTheme>**](ProjectBrandingTheme.md) | The Project Branding Themes | | | **updated_at** | **Time** | Last Time Branding was Updated | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectBranding.new( created_at: null, default_theme: null, id: null, project_id: null, themes: null, updated_at: null ) ```
Version data entries
36 entries across 36 versions & 1 rubygems