Class: Google::Apis::AndroidpublisherV3::PolicyKeyedGroupResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::PolicyKeyedGroupResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
A group of responses each identified by a distinct key within an allowed set.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyKeyedGroupResponse
constructor
A new instance of PolicyKeyedGroupResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyKeyedGroupResponse
Returns a new instance of PolicyKeyedGroupResponse.
7109 7110 7111 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7109 def initialize(**args) update!(**args) end |
Instance Attribute Details
#groups ⇒ Array<Google::Apis::AndroidpublisherV3::KeyedGroup>
Optional. Groups of responses to questions. Each KeyedGroup.key must be unique
within this list.
Corresponds to the JSON property groups
7107 7108 7109 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7107 def groups @groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7114 7115 7116 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7114 def update!(**args) @groups = args[:groups] if args.key?(:groups) end |