Sha256: 538974ae82b93808706d0929d1c7fb6738d3fe146b5bd2d74740c93ba38ba611
Contents?: true
Size: 804 Bytes
Versions: 75
Compression:
Stored size: 804 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) | | | | **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
75 entries across 75 versions & 1 rubygems