copyMode property

String? copyMode
getter/setter pair

Indicates how the applied label and field values should be copied when a Drive item is copied. Possible string values are:

  • "COPY_MODE_UNSPECIFIED" : Copy mode unspecified.
  • "DO_NOT_COPY" : The applied label and field values are not copied by default when the Drive item it's applied to is copied.
  • "ALWAYS_COPY" : The applied label and field values are always copied when the Drive item it's applied to is copied. Only admins can use this mode.
  • "COPY_APPLIABLE" : The applied label and field values are copied if the label is appliable by the user making the copy.

Implementation

core.String? copyMode;