Class: AdWords::V200909::BulkMutateJobService::BiddableAdGroupCriterion
- Inherits:
-
AdGroupCriterion
- Object
- AdGroupCriterion
- AdWords::V200909::BulkMutateJobService::BiddableAdGroupCriterion
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
BiddableAdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V200909::BulkMutateJobService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
-
userStatus - AdWords::V200909::BulkMutateJobService::UserStatus
-
systemServingStatus - AdWords::V200909::BulkMutateJobService::SystemServingStatus
-
approvalStatus - AdWords::V200909::BulkMutateJobService::ApprovalStatus
-
destinationUrl - SOAP::SOAPString
-
bids - AdWords::V200909::BulkMutateJobService::AdGroupCriterionBids
-
firstPageCpc - AdWords::V200909::BulkMutateJobService::Bid
-
qualityInfo - AdWords::V200909::BulkMutateJobService::QualityInfo
-
stats - AdWords::V200909::BulkMutateJobService::Stats
Instance Attribute Summary collapse
-
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#criterion ⇒ Object
Returns the value of attribute criterion.
-
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
-
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
-
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
-
#userStatus ⇒ Object
Returns the value of attribute userStatus.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) ⇒ BiddableAdGroupCriterion
constructor
A new instance of BiddableAdGroupCriterion.
Constructor Details
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) ⇒ BiddableAdGroupCriterion
Returns a new instance of BiddableAdGroupCriterion.
552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 552 def initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) @adGroupId = adGroupId @criterion = criterion @adGroupCriterion_Type = adGroupCriterion_Type @userStatus = userStatus @systemServingStatus = systemServingStatus @approvalStatus = approvalStatus @destinationUrl = destinationUrl @bids = bids @firstPageCpc = firstPageCpc @qualityInfo = qualityInfo @stats = stats end |
Instance Attribute Details
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
542 543 544 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 542 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
540 541 542 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 540 def adGroupId @adGroupId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
545 546 547 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 545 def approvalStatus @approvalStatus end |
#bids ⇒ Object
Returns the value of attribute bids.
547 548 549 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 547 def bids @bids end |
#criterion ⇒ Object
Returns the value of attribute criterion.
541 542 543 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 541 def criterion @criterion end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
546 547 548 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 546 def destinationUrl @destinationUrl end |
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
548 549 550 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 548 def firstPageCpc @firstPageCpc end |
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
549 550 551 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 549 def qualityInfo @qualityInfo end |
#stats ⇒ Object
Returns the value of attribute stats.
550 551 552 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 550 def stats @stats end |
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
544 545 546 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 544 def systemServingStatus @systemServingStatus end |
#userStatus ⇒ Object
Returns the value of attribute userStatus.
543 544 545 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 543 def userStatus @userStatus end |