- id - SOAP::SOAPLong
- adExtension_Type - SOAP::SOAPString
- address - AdWords::V200909::BulkMutateJobService::Address
- geoPoint - AdWords::V200909::BulkMutateJobService::GeoPoint
- encodedLocation - SOAP::SOAPBase64
- companyName - SOAP::SOAPString
- phoneNumber - SOAP::SOAPString
- source - AdWords::V200909::BulkMutateJobService::LocationExtensionSource
- iconMediaId - SOAP::SOAPLong
- imageMediaId - SOAP::SOAPLong
Methods
- N
Attributes
[RW] | id | |
[RW] | adExtension_Type | |
[RW] | address | |
[RW] | geoPoint | |
[RW] | encodedLocation | |
[RW] | companyName | |
[RW] | phoneNumber | |
[RW] | source | |
[RW] | iconMediaId | |
[RW] | imageMediaId |
Class Public methods
new(id = nil, adExtension_Type = nil, address = nil, geoPoint = nil, encodedLocation = nil, companyName = nil, phoneNumber = nil, source = nil, iconMediaId = nil, imageMediaId = nil)
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 353 def initialize(id = nil, adExtension_Type = nil, address = nil, geoPoint = nil, encodedLocation = nil, companyName = nil, phoneNumber = nil, source = nil, iconMediaId = nil, imageMediaId = nil) @id = id @adExtension_Type = adExtension_Type @address = address @geoPoint = geoPoint @encodedLocation = encodedLocation @companyName = companyName @phoneNumber = phoneNumber @source = source @iconMediaId = iconMediaId @imageMediaId = imageMediaId end