Sha256: 7c81ea5e8f55def7889e639626ec3d6875a7602479904e3fff45a46e21f04417

Contents?: true

Size: 314 Bytes

Versions: 7

Compression:

Stored size: 314 Bytes

Contents

# OryClient::NullUUID

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **uuid** | **String** |  | [optional] |
| **valid** | **Boolean** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::NullUUID.new(
  uuid: null,
  valid: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha31 docs/NullUUID.md
ory-client-0.0.1.alpha30 docs/NullUUID.md
ory-client-0.0.1.alpha29 docs/NullUUID.md
ory-client-0.0.1.alpha28 docs/NullUUID.md
ory-client-0.0.1.alpha27 docs/NullUUID.md
ory-client-0.0.1.alpha24 docs/NullUUID.md
ory-client-0.0.1.alpha23 docs/NullUUID.md