class Google::Apis::DfareportingV3_5::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_5::PlatformType>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 9213 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 9218 def update!(**args) @kind = args[:kind] if args.key?(:kind) @platform_types = args[:platform_types] if args.key?(:platform_types) end