Class: Google::Apis::AndroidpublisherV3::PolicyKeyedGroupResponse

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 group of responses each identified by a distinct key within an allowed set.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicyKeyedGroupResponse

Returns a new instance of PolicyKeyedGroupResponse.



7908
7909
7910
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7908

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

Instance Attribute Details

#groupsArray<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



7906
7907
7908
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7906

def groups
  @groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7913
7914
7915
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7913

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