Enum CustomersResource.BatchJobsResource.ListResultsRequest.ResponseContentTypeEnum
The response content type setting. Determines whether the mutable resource or just the resource name should be returned.
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public enum CustomersResource.BatchJobsResource.ListResultsRequest.ResponseContentTypeEnum
Fields
| Name | Description |
|---|---|
| MUTABLERESOURCE | The mutate response will contain the resource name and the resource with mutable fields if possible. Otherwise, only the resource name will be returned. |
| RESOURCENAMEONLY | The mutate response will be the resource name. |
| UNSPECIFIED | Not specified. Will return the resource name only in the response. |