Name | Type | Description | Notes |
---|---|---|---|
library_parent | String | Identifier of the parent resource where the new one will created, e.g. a folder id or `root` | |
verify_if_not_already_in_resource_library | Boolean | Option to check if the assignment is already in Resource Library | [optional] |
require 'flat_api'
instance = FlatApi::AssignmentCopyToResourceLibrary.new(
library_parent: null,
verify_if_not_already_in_resource_library: null
)