class Google::Apis::DfareportingV3_5::LanguagesListResponse
Language
List Response
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string ā dfareporting#languagesListResponseā. Corresponds to the JSON property `kind` @return [String]
languages[RW]
Language
collection. Corresponds to the JSON property `languages` @return [Array<Google::Apis::DfareportingV3_5::Language>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 6988 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 6993 def update!(**args) @kind = args[:kind] if args.key?(:kind) @languages = args[:languages] if args.key?(:languages) end