TextAd

Methods
N
Attributes
[RW] id
[RW] url
[RW] displayUrl
[RW] approvalStatus
[RW] disapprovalReasons
[RW] ad_Type
[RW] headline
[RW] description1
[RW] description2
Class Public methods
new(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 304
  def initialize(id = nil, url = nil, displayUrl = nil, approvalStatus = nil, disapprovalReasons = [], ad_Type = nil, headline = nil, description1 = nil, description2 = nil)
    @id = id
    @url = url
    @displayUrl = displayUrl
    @approvalStatus = approvalStatus
    @disapprovalReasons = disapprovalReasons
    @ad_Type = ad_Type
    @headline = headline
    @description1 = description1
    @description2 = description2
  end