responseContentType property
The response content type setting.
Determines whether the mutable resource or just the resource name should be returned post mutation. The mutable resource will only be returned if the resource has the appropriate response field. For example, MutateCampaignResult.campaign. Possible string values are:
- "UNSPECIFIED" : Not specified. Will return the resource name only in the response.
- "RESOURCE_NAME_ONLY" : The mutate response will be the resource name.
- "MUTABLE_RESOURCE" : The mutate response will contain the resource name and the resource with mutable fields if possible. Otherwise, only the resource name will be returned.
Implementation
core.String? responseContentType;