Class: Google::Apis::AndroidpublisherV3::PolicyStringResponse

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 best encoded as a string. Includes URLs and multiline text fields.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#valueString

Required. Provided string value. Corresponds to the JSON property value

Returns:

  • (String)


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