Class: Google::Apis::DisplayvideoV2::DuplicateLineItemRequest

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

Request message for LineItemService.DuplicateLineItem.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DuplicateLineItemRequest

Returns a new instance of DuplicateLineItemRequest.



5001
5002
5003
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5001

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

Instance Attribute Details

#target_display_nameString

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

Returns:

  • (String)


4999
5000
5001
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 4999

def target_display_name
  @target_display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5006
5007
5008
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 5006

def update!(**args)
  @target_display_name = args[:target_display_name] if args.key?(:target_display_name)
end