class Google::Apis::DfareportingV3_4::PlatformTypesListResponse

Platform Type List Response

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#platformTypesListResponse”. Corresponds to the JSON property `kind` @return [String]

platform_types[RW]

Platform type collection. Corresponds to the JSON property `platformTypes` @return [Array<Google::Apis::DfareportingV3_4::PlatformType>]

Public Class Methods

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