class Google::Apis::DfareportingV3_4::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_4::Language>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 7441
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_4/classes.rb, line 7446
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @languages = args[:languages] if args.key?(:languages)
end