Class: Google::Apis::DisplayvideoV1::PrismaConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrismaConfig

Returns a new instance of PrismaConfig.



8667
8668
8669
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8667

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

Instance Attribute Details

#prisma_cpe_codeGoogle::Apis::DisplayvideoV1::PrismaCpeCode

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



8655
8656
8657
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8655

def prisma_cpe_code
  @prisma_cpe_code
end

#prisma_typeString

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

Returns:

  • (String)


8660
8661
8662
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8660

def prisma_type
  @prisma_type
end

#supplierString

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

Returns:

  • (String)


8665
8666
8667
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8665

def supplier
  @supplier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8672
8673
8674
8675
8676
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8672

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