Class: Google::Apis::DisplayvideoV3::PrismaConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Settings specific to the Mediaocean Prisma tool.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrismaConfig

Returns a new instance of PrismaConfig.



10731
10732
10733
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10731

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

Instance Attribute Details

#prisma_cpe_codeGoogle::Apis::DisplayvideoV3::PrismaCpeCode

Google Payments Center supports searching and filtering on the component fields of this code. Corresponds to the JSON property prismaCpeCode



10719
10720
10721
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10719

def prisma_cpe_code
  @prisma_cpe_code
end

#prisma_typeString

Required. The Prisma type. Corresponds to the JSON property prismaType

Returns:

  • (String)


10724
10725
10726
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10724

def prisma_type
  @prisma_type
end

#supplierString

Required. The entity allocated this budget (DSP, site, etc.). Corresponds to the JSON property supplier

Returns:

  • (String)


10729
10730
10731
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10729

def supplier
  @supplier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10736
10737
10738
10739
10740
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10736

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