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