- id - SOAP::SOAPLong
- url - SOAP::SOAPString
- displayUrl - SOAP::SOAPString
- approvalStatus - AdWords::V200909::BulkMutateJobService::AdApprovalStatus
- disapprovalReasons - SOAP::SOAPString
- ad_Type - SOAP::SOAPString
- templateId - SOAP::SOAPLong
- adUnionId - AdWords::V200909::BulkMutateJobService::AdUnionId
- templateElements - AdWords::V200909::BulkMutateJobService::TemplateElement
- dimensions - AdWords::V200909::BulkMutateJobService::Dimensions
- name - SOAP::SOAPString
- duration - SOAP::SOAPInt
Methods
- N
Attributes
[RW] | id | |
[RW] | url | |
[RW] | displayUrl | |
[RW] | approvalStatus | |
[RW] | disapprovalReasons | |
[RW] | ad_Type | |
[RW] | templateId | |
[RW] | adUnionId | |
[RW] | templateElements | |
[RW] | dimensions | |
[RW] | name | |
[RW] | duration |
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil)
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 267 def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, templateId = nil, adUnionId = nil, templateElements = [], dimensions = nil, name = nil, duration = nil) @id = id @url = url @displayUrl = displayUrl @approvalStatus = approvalStatus @disapprovalReasons = disapprovalReasons @ad_Type = ad_Type @templateId = templateId @adUnionId = adUnionId @templateElements = templateElements @dimensions = dimensions @name = name @duration = duration end