Sha256: 82daa76325d35d450b9f2054d1817856f1c95dab795f57b0ffc9002fbbd62c3c
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
# MoneyKit::AppClientResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | The client's client ID. | | | **client_name** | **String** | Friendly client name for identification. | | | **scope** | **String** | Actions allowed by this client. | | | **app** | [**AppResponse**](AppResponse.md) | | | | **disabled_at** | **Time** | Set to timestamp if the client has been disabled. | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::AppClientResponse.new( client_id: live_5c739a369515e10fc9e0, client_name: My App (Prod), scope: null, app: null, disabled_at: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.10 | docs/AppClientResponse.md |
moneykit-0.1.9 | docs/AppClientResponse.md |