Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaFieldUserOptions

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_optionsGoogle::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
  @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