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.



7228
7229
7230
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7228

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valueString

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

Returns:

  • (String)


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