Sha256: 538974ae82b93808706d0929d1c7fb6738d3fe146b5bd2d74740c93ba38ba611

Contents?: true

Size: 804 Bytes

Versions: 76

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

76 entries across 76 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/ProjectBranding.md
ory-client-1.14.1 docs/ProjectBranding.md
ory-client-1.14.0 docs/ProjectBranding.md
ory-client-1.13.10 docs/ProjectBranding.md
ory-client-1.13.6 docs/ProjectBranding.md
ory-client-1.13.4 docs/ProjectBranding.md
ory-client-1.13.3 docs/ProjectBranding.md
ory-client-1.13.2 docs/ProjectBranding.md
ory-client-1.13.1 docs/ProjectBranding.md
ory-client-1.13.0 docs/ProjectBranding.md
ory-client-1.11.6 docs/ProjectBranding.md
ory-client-1.9.0 docs/ProjectBranding.md
ory-client-1.8.1 docs/ProjectBranding.md
ory-client-1.8.0 docs/ProjectBranding.md
ory-client-1.6.2 docs/ProjectBranding.md
ory-client-1.6.1 docs/ProjectBranding.md
ory-client-1.5.2 docs/ProjectBranding.md
ory-client-1.5.1 docs/ProjectBranding.md
ory-client-1.5.0 docs/ProjectBranding.md
ory-client-1.4.9 docs/ProjectBranding.md