Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaUserLimits
- Inherits:
-
Object
- Object
- Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaUserLimits
- 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
Limits for Field.Type.USER.
Instance Attribute Summary collapse
-
#list_limits ⇒ Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaListLimits
Limits for list-variant of a Field type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaUserLimits
constructor
A new instance of GoogleAppsDriveLabelsV2betaUserLimits.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaUserLimits
Returns a new instance of GoogleAppsDriveLabelsV2betaUserLimits.
3150 3151 3152 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 3150 def initialize(**args) update!(**args) end |
Instance Attribute Details
#list_limits ⇒ Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaListLimits
Limits for list-variant of a Field type.
Corresponds to the JSON property listLimits
3148 3149 3150 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 3148 def list_limits @list_limits end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3155 3156 3157 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 3155 def update!(**args) @list_limits = args[:list_limits] if args.key?(:list_limits) end |