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.



2142
2143
2144
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2142

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



2140
2141
2142
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2140

def list_options
  @list_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2147
2148
2149
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 2147

def update!(**args)
  @list_options = args[:list_options] if args.key?(:list_options)
end