Class: AdWords::V200909::BulkMutateJobService::NegativeAdGroupCriterion
- Inherits:
-
AdGroupCriterion
- Object
- AdGroupCriterion
- AdWords::V200909::BulkMutateJobService::NegativeAdGroupCriterion
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
NegativeAdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V200909::BulkMutateJobService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#criterion ⇒ Object
Returns the value of attribute criterion.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil) ⇒ NegativeAdGroupCriterion
constructor
A new instance of NegativeAdGroupCriterion.
Constructor Details
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil) ⇒ NegativeAdGroupCriterion
Returns a new instance of NegativeAdGroupCriterion.
576 577 578 579 580 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 576 def initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil) @adGroupId = adGroupId @criterion = criterion @adGroupCriterion_Type = adGroupCriterion_Type end |
Instance Attribute Details
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
574 575 576 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 574 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
572 573 574 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 572 def adGroupId @adGroupId end |
#criterion ⇒ Object
Returns the value of attribute criterion.
573 574 575 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 573 def criterion @criterion end |