Class: Google::Apis::DisplayvideoV3::PrismaCpeCode

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

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.



10763
10764
10765
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10763

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

Instance Attribute Details

#prisma_client_codeString

The Prisma client code. Corresponds to the JSON property prismaClientCode

Returns:

  • (String)


10751
10752
10753
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10751

def prisma_client_code
  @prisma_client_code
end

#prisma_estimate_codeString

The Prisma estimate code. Corresponds to the JSON property prismaEstimateCode

Returns:

  • (String)


10756
10757
10758
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10756

def prisma_estimate_code
  @prisma_estimate_code
end

#prisma_product_codeString

The Prisma product code. Corresponds to the JSON property prismaProductCode

Returns:

  • (String)


10761
10762
10763
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10761

def prisma_product_code
  @prisma_product_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10768
10769
10770
10771
10772
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10768

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