Name | Type | Description | Notes |
---|---|---|---|
id | String | The app unique identifier | [optional] |
name | String | The name of the app | [optional] |
logo | String | The app logo url | [optional] |
require 'flat_api'
instance = FlatApi::CollectionApp.new(
id: null,
name: null,
logo: null
)