Sha256: d4f7e149871651fec3d4b954ec66b2a6f3adfc6da0ffdd737c01b9f0c318a462
Contents?: true
Size: 448 Bytes
Versions: 55
Compression:
Stored size: 448 Bytes
Contents
# OryClient::OrganizationBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **domains** | **Array<String>** | Domains contains the list of organization's domains. | [optional] | | **label** | **String** | Label contains the organization's label. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::OrganizationBody.new( domains: null, label: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems