Sha256: 52527e95182d4b0864e2bc9b89161e1bd4b48a80e0fb5c430c0a34417dba37bd

Contents?: true

Size: 978 Bytes

Versions: 1

Compression:

Stored size: 978 Bytes

Contents

# HelloSign::ApiAppResponse

Contains information about an API App.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `callback_url` | ```String``` |  The app's callback URL (for events)  |  |
| `client_id` | ```String``` |  The app's client id  |  |
| `created_at` | ```Integer``` |  The time that the app was created  |  |
| `domains` | ```Array<String>``` |  The domain name(s) associated with the app  |  |
| `name` | ```String``` |  The name of the app  |  |
| `is_approved` | ```Boolean``` |  Boolean to indicate if the app has been approved  |  |
| `oauth` | [```ApiAppResponseOAuth```](ApiAppResponseOAuth.md) |    |  |
| `options` | [```ApiAppResponseOptions```](ApiAppResponseOptions.md) |    |  |
| `owner_account` | [```ApiAppResponseOwnerAccount```](ApiAppResponseOwnerAccount.md) |    |  |
| `white_labeling_options` | [```ApiAppResponseWhiteLabelingOptions```](ApiAppResponseWhiteLabelingOptions.md) |    |  |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-6.0.0.pre.beta docs/ApiAppResponse.md