Class: Google::Apis::DfareportingV2_3::ListPlatformTypesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::ListPlatformTypesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Platform Type List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#platform_types ⇒ Array<Google::Apis::DfareportingV2_3::PlatformType>
Platform type collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListPlatformTypesResponse
constructor
A new instance of ListPlatformTypesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListPlatformTypesResponse
Returns a new instance of ListPlatformTypesResponse.
7988 7989 7990 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7988 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#platformTypesListResponse".
Corresponds to the JSON property kind
7981 7982 7983 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7981 def kind @kind end |
#platform_types ⇒ Array<Google::Apis::DfareportingV2_3::PlatformType>
Platform type collection.
Corresponds to the JSON property platformTypes
7986 7987 7988 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7986 def platform_types @platform_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7993 7994 7995 7996 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 7993 def update!(**args) @kind = args[:kind] if args.key?(:kind) @platform_types = args[:platform_types] if args.key?(:platform_types) end |