allowMissing property

bool? allowMissing
getter/setter pair

When this value is set to false and one of the given assets is not an existing member of the group, the operation fails with a Not Found error.

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

Optional.

Implementation

core.bool? allowMissing;