Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldPropertiesResponse

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

Response following update to Field properties.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldPropertiesResponse

Returns a new instance of GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldPropertiesResponse.



1156
1157
1158
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 1156

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#priorityFixnum

The priority of the updated field. The priority may change from what was specified to assure contiguous priorities between fields (1-n). Corresponds to the JSON property priority

Returns:

  • (Fixnum)


1154
1155
1156
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 1154

def priority
  @priority
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1161
1162
1163
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 1161

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