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.
7228 7229 7230 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7228 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Required. Provided string value.
Corresponds to the JSON property value
7226 7227 7228 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7226 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7233 7234 7235 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7233 def update!(**args) @value = args[:value] if args.key?(:value) end |