@ory/client
Version:
OpenAPI client for @ory/client
21 lines (13 loc) • 536 B
Markdown
# GetOrganizationResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organization** | [**Organization**](Organization.md) | | [default to undefined]
## Example
```typescript
import { GetOrganizationResponse } from '@ory/client';
const instance: GetOrganizationResponse = {
organization,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)