Class: Google::Apis::DfareportingV5::LanguagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::LanguagesListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Language List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#languages ⇒ Array<Google::Apis::DfareportingV5::Language>
Language collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LanguagesListResponse
constructor
A new instance of LanguagesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LanguagesListResponse
Returns a new instance of LanguagesListResponse.
8299 8300 8301 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8299 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#languagesListResponse".
Corresponds to the JSON property kind
8292 8293 8294 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8292 def kind @kind end |
#languages ⇒ Array<Google::Apis::DfareportingV5::Language>
Language collection.
Corresponds to the JSON property languages
8297 8298 8299 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8297 def languages @languages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8304 8305 8306 8307 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8304 def update!(**args) @kind = args[:kind] if args.key?(:kind) @languages = args[:languages] if args.key?(:languages) end |