Class: Google::Apis::AndroidpublisherV3::PolicyGroupResponse

Inherits:
Object
  • Object
show all
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 repeated group of responses.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicyGroupResponse

Returns a new instance of PolicyGroupResponse.



7888
7889
7890
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7888

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

Instance Attribute Details

#groupsArray<Google::Apis::AndroidpublisherV3::Group>

Optional. Groups of responses to questions. Corresponds to the JSON property groups



7886
7887
7888
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7886

def groups
  @groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7893
7894
7895
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7893

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