Class: Google::Apis::DisplayvideoV1::PrismaConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::PrismaConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb
Overview
Settings specific to the Mediaocean Prisma tool.
Instance Attribute Summary collapse
-
#prisma_cpe_code ⇒ Google::Apis::DisplayvideoV1::PrismaCpeCode
Google Payments Center supports searching and filtering on the component fields of this code.
-
#prisma_type ⇒ String
Required.
-
#supplier ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PrismaConfig
constructor
A new instance of PrismaConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PrismaConfig
Returns a new instance of PrismaConfig.
8867 8868 8869 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8867 def initialize(**args) update!(**args) end |
Instance Attribute Details
#prisma_cpe_code ⇒ Google::Apis::DisplayvideoV1::PrismaCpeCode
Google Payments Center supports searching and filtering on the component
fields of this code.
Corresponds to the JSON property prismaCpeCode
8855 8856 8857 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8855 def prisma_cpe_code @prisma_cpe_code end |
#prisma_type ⇒ String
Required. The Prisma type.
Corresponds to the JSON property prismaType
8860 8861 8862 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8860 def prisma_type @prisma_type end |
#supplier ⇒ String
Required. The entity allocated this budget (DSP, site, etc.).
Corresponds to the JSON property supplier
8865 8866 8867 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8865 def supplier @supplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8872 8873 8874 8875 8876 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8872 def update!(**args) @prisma_cpe_code = args[:prisma_cpe_code] if args.key?(:prisma_cpe_code) @prisma_type = args[:prisma_type] if args.key?(:prisma_type) @supplier = args[:supplier] if args.key?(:supplier) end |