Class: AdwordsApi::V200909::BulkMutateJobService::OperationAccessDenied

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

Overview

OperationAccessDenied

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::BulkMutateJobService::OperationAccessDeniedReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) ⇒ OperationAccessDenied

Returns a new instance of OperationAccessDenied.



1353
1354
1355
1356
1357
1358
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1353

def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @apiError_Type = apiError_Type
  @reason = reason
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1350
1351
1352
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1350

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



1348
1349
1350
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1348

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1351
1352
1353
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1351

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1349
1350
1351
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1349

def trigger
  @trigger
end