LocationExtension

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)
# 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