Skip to content

Latest commit

History

History
22 lines (16 loc) 路 427 Bytes

CollectionApp.md

File metadata and controls

22 lines (16 loc) 路 427 Bytes

FlatApi::CollectionApp

Properties

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]

Example

require 'flat_api'

instance = FlatApi::CollectionApp.new(
  id: null,
  name: null,
  logo: null
)