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.
7650 7651 7652 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7650 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
7647 7648 7649 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7647 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7655 7656 7657 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7655 def update!(**args) @value = args[:value] if args.key?(:value) end |