Sha256: 9dba757013cc2ddbbb51f4816bc70a561c4cdfe6a4017ae45bc3346a253fb4ea
Contents?: true
Size: 406 Bytes
Versions: 10
Compression:
Stored size: 406 Bytes
Contents
# OryClient::CreateProjectApiKeyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_at** | **Time** | | [optional] | | **name** | **String** | The Token Name A descriptive name for the token. in: body | | ## Example ```ruby require 'ory-client' instance = OryClient::CreateProjectApiKeyRequest.new( expires_at: null, name: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems