Class: Google::Apis::DfareportingV3_5::LanguagesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_5::LanguagesListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb
Overview
Language List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#languages ⇒ Array<Google::Apis::DfareportingV3_5::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.
6990 6991 6992 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 6990 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
6983 6984 6985 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 6983 def kind @kind end |
#languages ⇒ Array<Google::Apis::DfareportingV3_5::Language>
Language collection.
Corresponds to the JSON property languages
6988 6989 6990 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 6988 def languages @languages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6995 6996 6997 6998 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 6995 def update!(**args) @kind = args[:kind] if args.key?(:kind) @languages = args[:languages] if args.key?(:languages) end |