Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy
- Inherits:
-
Object
- Object
- Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/drivelabels_v2beta/classes.rb,
lib/google/apis/drivelabels_v2beta/representations.rb,
lib/google/apis/drivelabels_v2beta/representations.rb
Overview
Behavior of this label when it's applied to Drive items.
Instance Attribute Summary collapse
-
#copy_mode ⇒ String
Indicates how the applied label and field values should be copied when a Drive item is copied.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy
constructor
A new instance of GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy
Returns a new instance of GoogleAppsDriveLabelsV2betaLabelAppliedLabelPolicy.
2390 2391 2392 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2390 def initialize(**args) update!(**args) end |
Instance Attribute Details
#copy_mode ⇒ String
Indicates how the applied label and field values should be copied when a Drive
item is copied.
Corresponds to the JSON property copyMode
2388 2389 2390 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2388 def copy_mode @copy_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2395 2396 2397 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2395 def update!(**args) @copy_mode = args[:copy_mode] if args.key?(:copy_mode) end |