Class: Google::Apis::AdmobV1::StringList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/admob_v1/classes.rb,
generated/google/apis/admob_v1/representations.rb,
generated/google/apis/admob_v1/representations.rb

Overview

List of string values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ StringList

Returns a new instance of StringList.



940
941
942
# File 'generated/google/apis/admob_v1/classes.rb', line 940

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

Instance Attribute Details

#valuesArray<String>

The string values. Corresponds to the JSON property values

Returns:

  • (Array<String>)


938
939
940
# File 'generated/google/apis/admob_v1/classes.rb', line 938

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



945
946
947
# File 'generated/google/apis/admob_v1/classes.rb', line 945

def update!(**args)
  @values = args[:values] if args.key?(:values)
end