Class DeleteRoleMappingResponse

java.lang.Object
org.elasticsearch.client.security.DeleteRoleMappingResponse

public final class DeleteRoleMappingResponse
extends java.lang.Object
Response when deleting a role mapping. If the mapping is successfully deleted, the response returns a boolean field "found" true. Otherwise, "found" is set to false.