Class: Google::Apis::AndroidpublisherV3::PolicyStringResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::PolicyStringResponse
- 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 best encoded as a string. Includes URLs and multiline text fields.
Instance Attribute Summary collapse
-
#value ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyStringResponse
constructor
A new instance of PolicyStringResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyStringResponse
Returns a new instance of PolicyStringResponse.
8027 8028 8029 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8027 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Required. Provided string value.
Corresponds to the JSON property value
8025 8026 8027 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8025 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8032 8033 8034 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 8032 def update!(**args) @value = args[:value] if args.key?(:value) end |