Class: AdCenterWrapper::GetTargetsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByIdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetTargetsByIdsRequest
targetIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#targetIds ⇒ Object
Returns the value of attribute targetIds.
Instance Method Summary collapse
-
#initialize(targetIds = nil) ⇒ GetTargetsByIdsRequest
constructor
A new instance of GetTargetsByIdsRequest.
Constructor Details
#initialize(targetIds = nil) ⇒ GetTargetsByIdsRequest
Returns a new instance of GetTargetsByIdsRequest.
3416 3417 3418 |
# File 'lib/adcenter_wrapper_entities.rb', line 3416 def initialize(targetIds = nil) @targetIds = targetIds end |
Instance Attribute Details
#targetIds ⇒ Object
Returns the value of attribute targetIds.
3414 3415 3416 |
# File 'lib/adcenter_wrapper_entities.rb', line 3414 def targetIds @targetIds end |