Class: Google::Apis::AndroidpublisherV3::PolicyBooleanResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::PolicyBooleanResponse
- 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
Responses that will only ever be a boolean.
Instance Attribute Summary collapse
-
#value ⇒ Boolean
(also: #value?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyBooleanResponse
constructor
A new instance of PolicyBooleanResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyBooleanResponse
Returns a new instance of PolicyBooleanResponse.
7829 7830 7831 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7829 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ Boolean Also known as: value?
Required. Provided boolean value.
Corresponds to the JSON property value
7826 7827 7828 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7826 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7834 7835 7836 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7834 def update!(**args) @value = args[:value] if args.key?(:value) end |