Sha256: a7b76105a0214e990dd34d9b2d9a6761930e8549acbe8a292f59172176bb98f3
Contents?: true
Size: 373 Bytes
Versions: 246
Compression:
Stored size: 373 Bytes
Contents
# OryClient::CloudAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | | [optional] | | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CloudAccount.new( email: null, id: null, name: null ) ```
Version data entries
246 entries across 246 versions & 1 rubygems