Sha256: 0be29363796c58c0858d3c6004800ef8a44f87bde484f4a7902078f8d6011cd9
Contents?: true
Size: 695 Bytes
Versions: 5
Compression:
Stored size: 695 Bytes
Contents
# MoneyKit::AppClientResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | The client's client ID. | | | **client_name** | **String** | (deprecated) 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: unused, scope: null, app: null, disabled_at: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems