Class: AdCenterWrapper::BehavioralPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::BehavioralPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralPerformanceReportFilter
adDistribution - (any)
adType - (any)
behavioralIds - AdCenterWrapper::ArrayOflong
deliveredMatchType - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#behavioralIds ⇒ Object
Returns the value of attribute behavioralIds.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) ⇒ BehavioralPerformanceReportFilter
constructor
A new instance of BehavioralPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) ⇒ BehavioralPerformanceReportFilter
Returns a new instance of BehavioralPerformanceReportFilter.
6323 6324 6325 6326 6327 6328 6329 |
# File 'lib/adcenter_wrapper_entities.rb', line 6323 def initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) @adDistribution = adDistribution @adType = adType @behavioralIds = behavioralIds @deliveredMatchType = deliveredMatchType @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6317 6318 6319 |
# File 'lib/adcenter_wrapper_entities.rb', line 6317 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
6318 6319 6320 |
# File 'lib/adcenter_wrapper_entities.rb', line 6318 def adType @adType end |
#behavioralIds ⇒ Object
Returns the value of attribute behavioralIds.
6319 6320 6321 |
# File 'lib/adcenter_wrapper_entities.rb', line 6319 def behavioralIds @behavioralIds end |
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
6320 6321 6322 |
# File 'lib/adcenter_wrapper_entities.rb', line 6320 def deliveredMatchType @deliveredMatchType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6321 6322 6323 |
# File 'lib/adcenter_wrapper_entities.rb', line 6321 def languageAndRegion @languageAndRegion end |