Class: Google::Apis::AndroidpublisherV3::Group
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::Group
- 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.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ Group
constructor
A new instance of Group.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Group
Returns a new instance of Group.
4679 4680 4681 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4679 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::AndroidpublisherV3::NestedPolicyResponse>
Required. Responses within a group.
Corresponds to the JSON property responses
4677 4678 4679 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4677 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4684 4685 4686 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4684 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |