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.



7089
7090
7091
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7089

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



7087
7088
7089
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7087

def groups
  @groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7094
7095
7096
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7094

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