Class: AdwordsApi::V201003::BulkMutateJobService::StatsQueryError
- Inherits:
-
ApiError
- Object
- ApiError
- AdwordsApi::V201003::BulkMutateJobService::StatsQueryError
- Defined in:
- lib/adwords_api/v201003/BulkMutateJobService.rb
Overview
StatsQueryError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdwordsApi::V201003::BulkMutateJobService::StatsQueryErrorReason
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ StatsQueryError
constructor
A new instance of StatsQueryError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ StatsQueryError
Returns a new instance of StatsQueryError.
2024 2025 2026 2027 2028 2029 2030 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2024 def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) @fieldPath = fieldPath @trigger = trigger @errorString = errorString @apiError_Type = apiError_Type @reason = reason end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
2021 2022 2023 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2021 def apiError_Type @apiError_Type end |
#errorString ⇒ Object
Returns the value of attribute errorString.
2020 2021 2022 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2020 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
2018 2019 2020 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2018 def fieldPath @fieldPath end |
#reason ⇒ Object
Returns the value of attribute reason.
2022 2023 2024 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2022 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
2019 2020 2021 |
# File 'lib/adwords_api/v201003/BulkMutateJobService.rb', line 2019 def trigger @trigger end |