class Google::Apis::DisplayvideoV1::PrismaConfig
Settings specific to the Mediaocean Prisma tool.
Attributes
prisma_cpe_code[RW]
Google
Payments Center supports searching and filtering on the component fields of this code. Corresponds to the JSON property `prismaCpeCode` @return [Google::Apis::DisplayvideoV1::PrismaCpeCode]
prisma_type[RW]
Required. The Prisma type. Corresponds to the JSON property `prismaType` @return [String]
supplier[RW]
Required. The entity allocated this budget (DSP, site, etc.). Corresponds to the JSON property `supplier` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8283 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 8288 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