Class: Google::Apis::DfareportingV3_3::LanguagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_3::LanguagesListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb
Overview
Language List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#languages ⇒ Array<Google::Apis::DfareportingV3_3::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.
6817 6818 6819 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6817 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
6810 6811 6812 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6810 def kind @kind end |
#languages ⇒ Array<Google::Apis::DfareportingV3_3::Language>
Language collection.
Corresponds to the JSON property languages
6815 6816 6817 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6815 def languages @languages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6822 6823 6824 6825 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6822 def update!(**args) @kind = args[:kind] if args.key?(:kind) @languages = args[:languages] if args.key?(:languages) end |