Sha256: 2d6022f441b58b5a97bbb3a7e6f162ff90bd46abc81c398f6f64a8c71c768f95
Contents?: true
Size: 723 Bytes
Versions: 46
Compression:
Stored size: 723 Bytes
Contents
# OryClient::Organization ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The organization's creation date. | [readonly] | | **domains** | **Array<String>** | | | | **id** | **String** | The organization's ID. | | | **label** | **String** | The organization's human-readable label. | | | **project_id** | **String** | The project's ID. | | | **updated_at** | **Time** | The last time the organization was updated. | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::Organization.new( created_at: null, domains: null, id: null, label: null, project_id: null, updated_at: null ) ```
Version data entries
46 entries across 46 versions & 1 rubygems