Class: Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse
- Inherits:
-
Object
- Object
- Google::Apis::DrivelabelsV2beta::GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse
- 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 Selection Choice create.
Instance Attribute Summary collapse
-
#field_id ⇒ String
The server-generated id of the field.
-
#id ⇒ String
The server-generated ID of the created choice within the Field Corresponds to the JSON property
id
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse
constructor
A new instance of GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse
Returns a new instance of GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse.
978 979 980 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 978 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_id ⇒ String
The server-generated id of the field.
Corresponds to the JSON property fieldId
971 972 973 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 971 def field_id @field_id end |
#id ⇒ String
The server-generated ID of the created choice within the Field
Corresponds to the JSON property id
976 977 978 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 976 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
983 984 985 986 |
# File 'lib/google/apis/drivelabels_v2beta/classes.rb', line 983 def update!(**args) @field_id = args[:field_id] if args.key?(:field_id) @id = args[:id] if args.key?(:id) end |