Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaFieldUserOptions
- Inherits:
-
Object
- Object
- Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaFieldUserOptions
- 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
Options for the user field type.
Instance Attribute Summary collapse
-
#list_options ⇒ Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaFieldListOptions
Options for a multi-valued variant of an associated field type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaFieldUserOptions
constructor
A new instance of GoogleAppsDriveLabelsV2betaFieldUserOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaFieldUserOptions
Returns a new instance of GoogleAppsDriveLabelsV2betaFieldUserOptions.
2111 2112 2113 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2111 def initialize(**args) update!(**args) end |
Instance Attribute Details
#list_options ⇒ Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaFieldListOptions
Options for a multi-valued variant of an associated field type.
Corresponds to the JSON property listOptions
2109 2110 2111 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2109 def @list_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2116 2117 2118 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2116 def update!(**args) @list_options = args[:list_options] if args.key?(:list_options) end |