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.



12469
12470
12471
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12469

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



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