Class: Google::Apis::AndroidpublisherV3::PolicyMultipleChoiceResponse

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

Any response where multiple options can be chosen from several possibilities.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PolicyMultipleChoiceResponse

Returns a new instance of PolicyMultipleChoiceResponse.



7927
7928
7929
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7927

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

Instance Attribute Details

#valuesArray<String>

Optional. Provided values. Corresponds to the JSON property values

Returns:

  • (Array<String>)


7925
7926
7927
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7925

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7932
7933
7934
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7932

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