Sha256: cba6d0c72071dbdbf5931005d27c6dd6631b169fa55e72e140a16ce794933ca8
Contents?: true
Size: 493 Bytes
Versions: 29
Compression:
Stored size: 493 Bytes
Contents
# OryClient::ListOrganizationsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_next_page** | **Boolean** | | | | **next_page_token** | **String** | | | | **organizations** | [**Array<Organization>**](Organization.md) | The list of organizations | | ## Example ```ruby require 'ory-client' instance = OryClient::ListOrganizationsResponse.new( has_next_page: null, next_page_token: null, organizations: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems