Class: Google::Apis::DfareportingV5::StudioCreativeAssetsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StudioCreativeAssetsResponse

Returns a new instance of StudioCreativeAssetsResponse.



12645
12646
12647
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12645

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

Instance Attribute Details

#assetsArray<Google::Apis::DfareportingV5::StudioCreativeAsset>

The list of studio creative assets. Corresponds to the JSON property assets



12643
12644
12645
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12643

def assets
  @assets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12650
12651
12652
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12650

def update!(**args)
  @assets = args[:assets] if args.key?(:assets)
end