Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 375 Bytes

CollectionCreation.md

File metadata and controls

20 lines (14 loc) · 375 Bytes

FlatApi::CollectionCreation

Properties

Name Type Description Notes
title String The title of the collection
privacy CollectionPrivacy

Example

require 'flat_api'

instance = FlatApi::CollectionCreation.new(
  title: null,
  privacy: null
)