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

Version Path
ory-client-1.16.2 docs/ProjectBranding.md
ory-client-1.16.1 docs/ProjectBranding.md
ory-client-1.16.0 docs/ProjectBranding.md
ory-client-1.15.17 docs/ProjectBranding.md
ory-client-1.15.16 docs/ProjectBranding.md
ory-client-1.15.15 docs/ProjectBranding.md
ory-client-1.15.14 docs/ProjectBranding.md
ory-client-1.15.13 docs/ProjectBranding.md
ory-client-1.15.12 docs/ProjectBranding.md
ory-client-1.15.10 docs/ProjectBranding.md
ory-client-1.15.7 docs/ProjectBranding.md
ory-client-1.15.6 docs/ProjectBranding.md
ory-client-1.15.5 docs/ProjectBranding.md
ory-client-1.15.4 docs/ProjectBranding.md
ory-client-1.15.3 docs/ProjectBranding.md
ory-client-1.15.0 docs/ProjectBranding.md
ory-client-1.14.5 docs/ProjectBranding.md
ory-client-1.14.4 docs/ProjectBranding.md
ory-client-1.14.3 docs/ProjectBranding.md
ory-client-1.14.2 docs/ProjectBranding.md