TemplateAd

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