Class: Google::Apis::DfareportingV4::StudioCreativeAssetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::StudioCreativeAssetsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Response message for DfareportingStudioCreativeAssets.Insert.
Instance Attribute Summary collapse
-
#assets ⇒ Array<Google::Apis::DfareportingV4::StudioCreativeAsset>
The list of studio creative assets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StudioCreativeAssetsResponse
constructor
A new instance of StudioCreativeAssetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StudioCreativeAssetsResponse
Returns a new instance of StudioCreativeAssetsResponse.
13336 13337 13338 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13336 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assets ⇒ Array<Google::Apis::DfareportingV4::StudioCreativeAsset>
The list of studio creative assets.
Corresponds to the JSON property assets
13334 13335 13336 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13334 def assets @assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13341 13342 13343 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 13341 def update!(**args) @assets = args[:assets] if args.key?(:assets) end |