The AudienceSharingRuleResponse data object indicates if the add or update (audience sharing rule) operation succeeded or failed.
| Element | Data Type | Description |
|---|---|---|
|
audienceSharing Rule |
AudienceSharing Rule |
The audience sharing rule. |
| errors | Error[] | A list of errors (when the operation fails) or the empty list (when the operation succeeds). |
| operationSucceeded | boolean |
If True, the operation succeeded and the system is updated. The response returns the newly created object or updated object, which contains the elements supplied by you as well as the system. If False, the operation failed and the system is not updated. The response returns the elements supplied by you. |