Class: AdWords::V200909::BulkMutateJobService::ExemptionRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

ExemptionRequest

  • key - AdWords::V200909::BulkMutateJobService::PolicyViolationKey

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil) ⇒ ExemptionRequest

Returns a new instance of ExemptionRequest.



2243
2244
2245
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2243

def initialize(key = nil)
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2241
2242
2243
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2241

def key
  @key
end