Class: Google::Apis::DisplayvideoV2::PrismaCpeCode
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::PrismaCpeCode
- 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
-
#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.
10042 10043 10044 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#prisma_client_code ⇒ String
The Prisma client code.
Corresponds to the JSON property prismaClientCode
10030 10031 10032 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10030 def prisma_client_code @prisma_client_code end |
#prisma_estimate_code ⇒ String
The Prisma estimate code.
Corresponds to the JSON property prismaEstimateCode
10035 10036 10037 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10035 def prisma_estimate_code @prisma_estimate_code end |
#prisma_product_code ⇒ String
The Prisma product code.
Corresponds to the JSON property prismaProductCode
10040 10041 10042 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10040 def prisma_product_code @prisma_product_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10047 10048 10049 10050 10051 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 10047 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 |