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.



7128
7129
7130
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7128

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

Instance Attribute Details

#valuesArray<String>

Optional. Provided values. Corresponds to the JSON property values

Returns:

  • (Array<String>)


7126
7127
7128
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7126

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7133
7134
7135
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7133

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