Class: Google::Apis::DisplayvideoV1::PrismaCpeCode

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrismaCpeCode

Returns a new instance of PrismaCpeCode.



8940
8941
8942
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8940

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

Instance Attribute Details

#prisma_client_codeString

The Prisma client code. Corresponds to the JSON property prismaClientCode

Returns:

  • (String)


8928
8929
8930
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8928

def prisma_client_code
  @prisma_client_code
end

#prisma_estimate_codeString

The Prisma estimate code. Corresponds to the JSON property prismaEstimateCode

Returns:

  • (String)


8933
8934
8935
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8933

def prisma_estimate_code
  @prisma_estimate_code
end

#prisma_product_codeString

The Prisma product code. Corresponds to the JSON property prismaProductCode

Returns:

  • (String)


8938
8939
8940
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8938

def prisma_product_code
  @prisma_product_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8945
8946
8947
8948
8949
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 8945

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