id - SOAP::SOAPLong
adExtension_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | id | |
[RW] | adExtension_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 324 324: def initialize(id = nil, adExtension_Type = nil) 325: @id = id 326: @adExtension_Type = adExtension_Type 327: end