allowExisting property

bool? allowExisting
getter/setter pair

When this value is set to false and one of the given assets is already an existing member of the group, the operation fails with an Already Exists error.

When set to true this situation is silently ignored by the server. Default value is false.

Optional.

Implementation

core.bool? allowExisting;