Skip to content

Latest commit

History

History
20 lines (14 loc) 路 602 Bytes

AssignmentCopyToResourceLibrary.md

File metadata and controls

20 lines (14 loc) 路 602 Bytes

FlatApi::AssignmentCopyToResourceLibrary

Properties

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]

Example

require 'flat_api'

instance = FlatApi::AssignmentCopyToResourceLibrary.new(
  library_parent: null,
  verify_if_not_already_in_resource_library: null
)