Class: Google::Apis::DisplayvideoV3::DuplicateLineItemRequest
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::DuplicateLineItemRequest
- 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
Request message for LineItemService.DuplicateLineItem.
Instance Attribute Summary collapse
-
#target_display_name ⇒ String
The display name of the new line item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DuplicateLineItemRequest
constructor
A new instance of DuplicateLineItemRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DuplicateLineItemRequest
Returns a new instance of DuplicateLineItemRequest.
5683 5684 5685 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5683 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_display_name ⇒ String
The display name of the new line item. Must be UTF-8 encoded with a maximum
size of 240 bytes.
Corresponds to the JSON property targetDisplayName
5681 5682 5683 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5681 def target_display_name @target_display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5688 5689 5690 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5688 def update!(**args) @target_display_name = args[:target_display_name] if args.key?(:target_display_name) end |