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.
4204 4205 4206 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4204 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
4202 4203 4204 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4202 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4209 4210 4211 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4209 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |