Name | Type | Description | Notes |
---|---|---|---|
title | String | The title of the collection | |
privacy | CollectionPrivacy |
require 'flat_api'
instance = FlatApi::CollectionCreation.new(
title: null,
privacy: null
)
Name | Type | Description | Notes |
---|---|---|---|
title | String | The title of the collection | |
privacy | CollectionPrivacy |
require 'flat_api'
instance = FlatApi::CollectionCreation.new(
title: null,
privacy: null
)