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

Version Path
ory-client-1.1.40 docs/ProjectBranding.md
ory-client-1.1.39 docs/ProjectBranding.md
ory-client-1.1.38 docs/ProjectBranding.md
ory-client-1.1.37 docs/ProjectBranding.md
ory-client-1.1.36 docs/ProjectBranding.md
ory-client-1.1.35 docs/ProjectBranding.md
ory-client-1.1.34 docs/ProjectBranding.md
ory-client-1.1.33 docs/ProjectBranding.md
ory-client-1.1.32 docs/ProjectBranding.md
ory-client-1.1.31 docs/ProjectBranding.md
ory-client-1.1.30 docs/ProjectBranding.md
ory-client-1.1.29 docs/ProjectBranding.md
ory-client-1.1.28 docs/ProjectBranding.md
ory-client-1.1.27 docs/ProjectBranding.md
ory-client-1.1.26 docs/ProjectBranding.md
ory-client-1.1.25 docs/ProjectBranding.md
ory-client-1.1.24 docs/ProjectBranding.md
ory-client-1.1.23 docs/ProjectBranding.md
ory-client-1.1.22 docs/ProjectBranding.md
ory-client-1.1.21 docs/ProjectBranding.md