Class: Google::Apis::DfareportingV5::StudioCreativeAssetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::StudioCreativeAssetsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Response message for DfareportingStudioCreativeAssets.Insert.
Instance Attribute Summary collapse
-
#assets ⇒ Array<Google::Apis::DfareportingV5::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.
12469 12470 12471 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12469 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assets ⇒ Array<Google::Apis::DfareportingV5::StudioCreativeAsset>
The list of studio creative assets.
Corresponds to the JSON property assets
12467 12468 12469 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12467 def assets @assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12474 12475 12476 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12474 def update!(**args) @assets = args[:assets] if args.key?(:assets) end |