Class: Google::Apis::DisplayvideoV2::PrismaCpeCode

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

Google Payments Center supports searching and filtering on the component fields of this code.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrismaCpeCode

Returns a new instance of PrismaCpeCode.



9489
9490
9491
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9489

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

Instance Attribute Details

#prisma_client_codeString

The Prisma client code. Corresponds to the JSON property prismaClientCode

Returns:

  • (String)


9477
9478
9479
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9477

def prisma_client_code
  @prisma_client_code
end

#prisma_estimate_codeString

The Prisma estimate code. Corresponds to the JSON property prismaEstimateCode

Returns:

  • (String)


9482
9483
9484
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9482

def prisma_estimate_code
  @prisma_estimate_code
end

#prisma_product_codeString

The Prisma product code. Corresponds to the JSON property prismaProductCode

Returns:

  • (String)


9487
9488
9489
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9487

def prisma_product_code
  @prisma_product_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9494
9495
9496
9497
9498
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 9494

def update!(**args)
  @prisma_client_code = args[:prisma_client_code] if args.key?(:prisma_client_code)
  @prisma_estimate_code = args[:prisma_estimate_code] if args.key?(:prisma_estimate_code)
  @prisma_product_code = args[:prisma_product_code] if args.key?(:prisma_product_code)
end