Class: Google::Apis::DisplayvideoV1::PrismaCpeCode
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::PrismaCpeCode
- 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
Google Payments Center supports searching and filtering on the component fields of this code.
Instance Attribute Summary collapse
-
#prisma_client_code ⇒ String
The Prisma client code.
-
#prisma_estimate_code ⇒ String
The Prisma estimate code.
-
#prisma_product_code ⇒ String
The Prisma product code.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PrismaCpeCode
constructor
A new instance of PrismaCpeCode.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PrismaCpeCode
Returns a new instance of PrismaCpeCode.
8709 8710 8711 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8709 def initialize(**args) update!(**args) end |
Instance Attribute Details
#prisma_client_code ⇒ String
The Prisma client code.
Corresponds to the JSON property prismaClientCode
8697 8698 8699 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8697 def prisma_client_code @prisma_client_code end |
#prisma_estimate_code ⇒ String
The Prisma estimate code.
Corresponds to the JSON property prismaEstimateCode
8702 8703 8704 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8702 def prisma_estimate_code @prisma_estimate_code end |
#prisma_product_code ⇒ String
The Prisma product code.
Corresponds to the JSON property prismaProductCode
8707 8708 8709 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8707 def prisma_product_code @prisma_product_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8714 8715 8716 8717 8718 |
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8714 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 |