Ads API .NET library
|
A container for return values from OfflineDataUploadService. More...
Classes | |
class | Fields |
List of all supported fields for the OfflineDataUploadReturnValue class. More... | |
class | FilterableFields |
List of all supported filterable fields for the OfflineDataUploadReturnValue class. More... | |
class | SelectableFields |
List of all supported selectable fields for the OfflineDataUploadReturnValue class. More... | |
Properties | |
OfflineDataUpload[] | value [get, set] |
ApiError[] | partialFailureErrors [get, set] |
In v201710 and previous, this field stores a list of operation level errors. Starting in v201802, this field stores both operation-level and row-level errors. For row-level errors, offlineDataList will be shown in the fieldPath along with row index. In this case, the operation will be processed and just the rows with errors will not be used. For more information about partial failure, see: https://developers.google.com/adwords/api/docs/guides/partial-failure More... | |
![]() | |
string | ListReturnValueType [get, set] |
Indicates that this instance is a subtype of ListReturnValue. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
A container for return values from OfflineDataUploadService.
|
getset |
In v201710 and previous, this field stores a list of operation level errors. Starting in v201802, this field stores both operation-level and row-level errors. For row-level errors, offlineDataList will be shown in the fieldPath along with row index. In this case, the operation will be processed and just the rows with errors will not be used. For more information about partial failure, see: https://developers.google.com/adwords/api/docs/guides/partial-failure
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.UploadOfflineData.Run().
|
getset |