Class: Google::Apis::DfareportingV3_4::PlatformTypesListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Platform Type List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlatformTypesListResponse

Returns a new instance of PlatformTypesListResponse.



9554
9555
9556
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9554

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#platformTypesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


9547
9548
9549
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9547

def kind
  @kind
end

#platform_typesArray<Google::Apis::DfareportingV3_4::PlatformType>

Platform type collection. Corresponds to the JSON property platformTypes



9552
9553
9554
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9552

def platform_types
  @platform_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9559
9560
9561
9562
# File 'generated/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