Class: Google::Apis::DisplayvideoV2::PrismaConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::PrismaConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Settings specific to the Mediaocean Prisma tool.
Instance Attribute Summary collapse
-
#prisma_cpe_code ⇒ Google::Apis::DisplayvideoV2::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.
9979 9980 9981 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9979 def initialize(**args) update!(**args) end |
Instance Attribute Details
#prisma_cpe_code ⇒ Google::Apis::DisplayvideoV2::PrismaCpeCode
Google Payments Center supports searching and filtering on the component
fields of this code.
Corresponds to the JSON property prismaCpeCode
9967 9968 9969 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9967 def prisma_cpe_code @prisma_cpe_code end |
#prisma_type ⇒ String
Required. The Prisma type.
Corresponds to the JSON property prismaType
9972 9973 9974 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9972 def prisma_type @prisma_type end |
#supplier ⇒ String
Required. The entity allocated this budget (DSP, site, etc.).
Corresponds to the JSON property supplier
9977 9978 9979 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9977 def supplier @supplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9984 9985 9986 9987 9988 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9984 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 |