copyMode property
Indicates how the applied Label, and Field values should be copied when a Drive item is copied.
Required. 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;