Class: Google::Apis::DisplayvideoV2::PrismaConfig

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrismaConfig

Returns a new instance of PrismaConfig.



9458
9459
9460
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9458

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

Instance Attribute Details

#prisma_cpe_codeGoogle::Apis::DisplayvideoV2::PrismaCpeCode

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



9446
9447
9448
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9446

def prisma_cpe_code
  @prisma_cpe_code
end

#prisma_typeString

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

Returns:

  • (String)


9451
9452
9453
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9451

def prisma_type
  @prisma_type
end

#supplierString

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

Returns:

  • (String)


9456
9457
9458
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9456

def supplier
  @supplier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9463
9464
9465
9466
9467
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9463

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